console/packages/services/usage-ingestor/package.json
TheGuildBot e27e761162
Upcoming Release Changes (#4330)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-25 13:04:22 +01:00

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"
}
}