console/packages/services/usage/package.json
renovate[bot] 10a142a9c6
fix(deps): update trpc to v10.14.1 (#1626)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-08 02:17:44 +02:00

40 lines
944 B
JSON

{
"name": "@hive/usage",
"version": "0.0.0",
"type": "module",
"license": "MIT",
"private": true,
"scripts": {
"build": "bob runify --single",
"dev": "tsup-node --config ../../../configs/tsup/dev.config.node.ts src/dev.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@sentry/node": "7.41.0",
"@sentry/tracing": "7.41.0",
"@trpc/client": "10.14.1",
"@trpc/server": "10.14.1",
"@whatwg-node/fetch": "0.8.2",
"ajv": "8.12.0",
"dotenv": "16.0.3",
"got": "12.6.0",
"graphql": "16.6.0",
"kafkajs": "2.2.4",
"tiny-lru": "8.0.2",
"zod": "3.21.4"
},
"devDependencies": {
"@hive/service-common": "workspace:*",
"@hive/tokens": "workspace:*",
"@hive/usage-common": "workspace:*",
"pino-pretty": "9.4.0"
},
"buildOptions": {
"runify": true,
"tsup": true,
"tags": [
"backend"
],
"banner": "../../../scripts/banner.js"
}
}