mirror of
https://github.com/graphql-hive/console
synced 2026-05-04 05:58:20 +00:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
35 lines
867 B
JSON
35 lines
867 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.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"
|
|
}
|
|
}
|