mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
33 lines
841 B
JSON
33 lines
841 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"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/node": "7.54.0",
|
|
"@trpc/server": "10.29.1",
|
|
"@whatwg-node/fetch": "0.9.3",
|
|
"dotenv": "16.1.4",
|
|
"got": "12.6.1",
|
|
"reflect-metadata": "0.1.13",
|
|
"zod": "3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@hive/api": "workspace:*",
|
|
"@hive/service-common": "workspace:*",
|
|
"pino-pretty": "10.0.0",
|
|
"tslib": "2.5.3"
|
|
},
|
|
"buildOptions": {
|
|
"external": [
|
|
"pg-native"
|
|
]
|
|
}
|
|
}
|