console/packages/services/usage-ingestor/package.json

27 lines
710 B
JSON

{
"name": "@hive/usage-ingestor",
"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": "workspace:*",
"@hive/service-common": "workspace:*",
"@hive/usage-common": "workspace:*",
"@sentry/node": "7.120.2",
"agentkeepalive": "4.6.0",
"date-fns": "4.1.0",
"dotenv": "16.4.7",
"got": "14.4.7",
"graphql": "16.9.0",
"kafkajs": "2.2.4",
"pino-pretty": "11.3.0",
"tiny-lru": "8.0.2",
"tslib": "2.8.1",
"zod": "3.24.1"
}
}