console/packages/services/usage-ingestor/package.json
2024-04-23 13:49:51 +02:00

28 lines
732 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": "workspace:*",
"@hive/service-common": "workspace:*",
"@hive/usage-common": "workspace:*",
"@sentry/node": "7.110.1",
"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"
}
}