console/packages/services/usage/package.json
Copilot aac23596ec
refactor: shared internal postgres package around slonik (#7887)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: n1ru4l <14338007+n1ru4l@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
2026-03-27 10:20:05 +01:00

34 lines
925 B
JSON

{
"name": "@hive/usage",
"type": "module",
"license": "MIT",
"private": true,
"scripts": {
"build": "tsx ../../../scripts/runify.ts",
"dev": "tsup-node --config ../../../configs/tsup/dev.config.node.ts src/dev.ts",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@hive/api": "workspace:*",
"@hive/postgres": "workspace:*",
"@hive/service-common": "workspace:*",
"@hive/storage": "workspace:*",
"@hive/tokens": "workspace:*",
"@hive/usage-common": "workspace:*",
"@sentry/node": "7.120.2",
"@sinclair/typebox": "0.34.41",
"@trpc/client": "10.45.3",
"@trpc/server": "10.45.3",
"ajv": "8.18.0",
"dotenv": "16.4.7",
"got": "14.4.7",
"graphql": "16.9.0",
"ioredis": "5.8.2",
"kafkajs": "2.2.4",
"lru-cache": "11.0.2",
"p-limit": "6.2.0",
"pino-pretty": "11.3.0",
"reflect-metadata": "0.2.2",
"zod": "3.25.76"
}
}