console/packages/services/usage/package.json
2022-11-22 11:21:19 +01:00

39 lines
1 KiB
JSON

{
"name": "@hive/usage",
"type": "module",
"private": true,
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "tsup-node src/dev.ts --format esm --target node16 --watch --sourcemap --onSuccess 'node --enable-source-maps dist/dev.js' | pino-pretty --translateTime HH:MM:ss TT --ignore pid,hostname",
"build": "bob runify --single",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@whatwg-node/fetch": "0.4.7",
"@trpc/client": "9.23.2",
"@sentry/node": "7.20.1",
"@sentry/tracing": "7.20.1",
"ajv": "8.11.0",
"dotenv": "10.0.0",
"got": "12.5.2",
"graphql": "16.5.0",
"kafkajs": "2.2.2",
"tiny-lru": "8.0.2",
"zod": "3.15.1"
},
"devDependencies": {
"@hive/usage-common": "workspace:*",
"@hive/service-common": "workspace:*",
"@hive/tokens": "workspace:*",
"pino-pretty": "6.0.0"
},
"buildOptions": {
"runify": true,
"tsup": true,
"tags": [
"backend"
],
"banner": "../../../scripts/banner.js"
}
}