{ "name": "@hive/usage", "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": { "@hive/service-common": "workspace:*", "@hive/tokens": "workspace:*", "@hive/usage-common": "workspace:*", "@sentry/node": "7.119.2", "@sinclair/typebox": "0.33.17", "@trpc/client": "10.45.2", "@trpc/server": "10.45.2", "ajv": "8.17.1", "dotenv": "16.4.5", "got": "14.4.3", "graphql": "16.9.0", "kafkajs": "2.2.4", "pino-pretty": "11.3.0", "tiny-lru": "8.0.2", "zod": "3.23.8" } }