{ "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/api": "workspace:*", "@hive/service-common": "workspace:*", "@hive/storage": "workspace:*", "@hive/tokens": "workspace:*", "@hive/usage-common": "workspace:*", "@sentry/node": "7.120.2", "@sinclair/typebox": "0.34.41", "@trpc/client": "10.45.3", "@trpc/server": "10.45.3", "ajv": "8.17.1", "dotenv": "16.4.7", "got": "14.4.7", "graphql": "16.9.0", "ioredis": "5.8.2", "kafkajs": "2.2.4", "lru-cache": "11.0.2", "p-limit": "6.2.0", "pino-pretty": "11.3.0", "reflect-metadata": "0.2.2", "zod": "3.25.76" } }