mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
28 lines
726 B
JSON
28 lines
726 B
JSON
{
|
|
"name": "@hive/usage-ingestor",
|
|
"version": "0.0.0",
|
|
"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": {
|
|
"@graphql-hive/core": "0.2.4",
|
|
"@hive/service-common": "workspace:*",
|
|
"@hive/usage-common": "workspace:*",
|
|
"@sentry/node": "7.108.0",
|
|
"agentkeepalive": "4.5.0",
|
|
"date-fns": "3.6.0",
|
|
"dotenv": "16.4.5",
|
|
"got": "14.2.1",
|
|
"graphql": "16.8.1",
|
|
"kafkajs": "2.2.4",
|
|
"pino-pretty": "11.0.0",
|
|
"tiny-lru": "8.0.2",
|
|
"tslib": "2.6.2",
|
|
"zod": "3.22.4"
|
|
}
|
|
}
|