mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
30 lines
782 B
JSON
30 lines
782 B
JSON
{
|
|
"name": "@hive/usage-estimator",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"description": "A microservice for Hive Cloud, that calculates and exposes usage information.",
|
|
"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:*",
|
|
"@sentry/node": "7.113.0",
|
|
"@trpc/server": "10.45.2",
|
|
"dotenv": "16.4.5",
|
|
"got": "14.2.1",
|
|
"pino-pretty": "11.0.0",
|
|
"reflect-metadata": "0.2.2",
|
|
"tslib": "2.6.2",
|
|
"zod": "3.23.6"
|
|
},
|
|
"buildOptions": {
|
|
"external": [
|
|
"pg-native"
|
|
]
|
|
}
|
|
}
|