mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
33 lines
887 B
JSON
33 lines
887 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/service-common": "workspace:*",
|
|
"@hive/storage": "workspace:*",
|
|
"@hive/tokens": "workspace:*",
|
|
"@hive/usage-common": "workspace:*",
|
|
"@sentry/node": "7.120.2",
|
|
"@sinclair/typebox": "0.34.15",
|
|
"@trpc/client": "10.45.2",
|
|
"@trpc/server": "10.45.2",
|
|
"ajv": "8.17.1",
|
|
"dotenv": "16.4.7",
|
|
"got": "14.4.7",
|
|
"graphql": "16.9.0",
|
|
"ioredis": "5.4.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.24.1"
|
|
}
|
|
}
|