mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
35 lines
866 B
JSON
35 lines
866 B
JSON
{
|
|
"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.18.0",
|
|
"dotenv": "16.4.7",
|
|
"eslint": "8.57.1",
|
|
"fastify": "5.8.5",
|
|
"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"
|
|
}
|
|
}
|