{ "name": "@hive/policy", "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": { "@graphql-eslint/eslint-plugin": "3.20.1", "@hive/service-common": "workspace:*", "@sentry/node": "7.120.2", "@sentry/tracing": "7.114.0", "@trpc/server": "10.45.3", "@types/eslint": "8.56.12", "ajv": "8.17.1", "dotenv": "16.4.7", "eslint": "8.57.1", "fastify": "4.29.1", "graphql": "16.9.0", "pino-pretty": "11.3.0", "zod": "3.25.76", "zod-validation-error": "3.4.0" }, "buildOptions": { "runify": true, "tsup": true, "tags": [ "backend" ], "banner": "../../../scripts/banner.js" } }