mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Co-authored-by: enisdenjo <badurinadenis@gmail.com> Co-authored-by: Denis Badurina <denis@domonda.com>
39 lines
984 B
JSON
39 lines
984 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"name": "@hive/usage-ingestor",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "tsup-node src/dev.ts --watch --format esm --target node16 --onSuccess 'node dist/dev.js' | pino-pretty --translateTime HH:MM:ss TT --ignore pid,hostname",
|
|
"build": "bob runify --single",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/node": "7.12.1",
|
|
"@sentry/tracing": "7.12.1",
|
|
"agentkeepalive": "4.2.1",
|
|
"date-fns": "2.25.0",
|
|
"dotenv": "10.0.0",
|
|
"graphql": "16.5.0",
|
|
"got": "12.5.1",
|
|
"kafkajs": "2.2.0",
|
|
"tiny-lru": "8.0.2",
|
|
"zod": "3.15.1"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-hive/core": "0.2.2",
|
|
"@hive/service-common": "0.0.0",
|
|
"@hive/usage-common": "0.0.0",
|
|
"pino-pretty": "6.0.0",
|
|
"tslib": "2.4.0"
|
|
},
|
|
"buildOptions": {
|
|
"runify": true,
|
|
"tsup": true,
|
|
"tags": [
|
|
"backend"
|
|
],
|
|
"banner": "../../../scripts/banner.js"
|
|
}
|
|
}
|