console/packages/services/usage/package.json
renovate[bot] a53a4ead45
fix(deps): update whatwg-node (#1008)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-16 09:54:06 +00:00

40 lines
1 KiB
JSON

{
"name": "@hive/usage",
"version": "0.0.0",
"type": "module",
"license": "MIT",
"private": true,
"scripts": {
"build": "bob runify --single",
"dev": "tsup-node src/dev.ts --format esm --shims --target node18 --watch --sourcemap --onSuccess 'node --enable-source-maps dist/dev.js' | pino-pretty --translateTime HH:MM:ss TT --ignore pid,hostname",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@sentry/node": "7.30.0",
"@sentry/tracing": "7.30.0",
"@trpc/client": "10.7.0",
"@trpc/server": "10.7.0",
"@whatwg-node/fetch": "0.6.2",
"ajv": "8.12.0",
"dotenv": "16.0.3",
"got": "12.5.3",
"graphql": "16.6.0",
"kafkajs": "2.2.3",
"tiny-lru": "8.0.2",
"zod": "3.20.2"
},
"devDependencies": {
"@hive/service-common": "workspace:*",
"@hive/tokens": "workspace:*",
"@hive/usage-common": "workspace:*",
"pino-pretty": "9.1.1"
},
"buildOptions": {
"runify": true,
"tsup": true,
"tags": [
"backend"
],
"banner": "../../../scripts/banner.js"
}
}