mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
35 lines
856 B
JSON
35 lines
856 B
JSON
{
|
|
"name": "@hive/policy",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-eslint/eslint-plugin": "3.20.1",
|
|
"@hive/service-common": "workspace:*",
|
|
"@sentry/node": "7.113.0",
|
|
"@sentry/tracing": "7.113.0",
|
|
"@trpc/server": "10.45.2",
|
|
"ajv": "8.13.0",
|
|
"dotenv": "16.4.5",
|
|
"eslint": "8.57.0",
|
|
"fastify": "4.26.2",
|
|
"graphql": "16.8.1",
|
|
"pino-pretty": "11.0.0",
|
|
"zod": "3.23.6",
|
|
"zod-validation-error": "3.2.0"
|
|
},
|
|
"buildOptions": {
|
|
"runify": true,
|
|
"tsup": true,
|
|
"tags": [
|
|
"backend"
|
|
],
|
|
"banner": "../../../scripts/banner.js"
|
|
}
|
|
}
|