{ "name": "@hive/usage", "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" }, "dependencies": { "@sentry/node": "7.54.0", "@trpc/client": "10.29.1", "@trpc/server": "10.29.1", "@whatwg-node/fetch": "0.9.3", "ajv": "8.12.0", "dotenv": "16.1.4", "got": "12.6.1", "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": "10.0.0" } }