mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@hive/server",
|
|
"type": "module",
|
|
"private": true,
|
|
"bin": "index.js",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "tsup-node src/dev.ts --format esm --target node16 --watch --onSuccess 'node dist/dev.js' | pino-pretty --translateTime HH:MM:ss TT --ignore pid,hostname",
|
|
"build": "bob runify --single",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@envelop/core": "3.0.2",
|
|
"@envelop/graphql-modules": "4.0.2",
|
|
"@envelop/generic-auth": "5.0.2",
|
|
"@envelop/sentry": "4.0.2",
|
|
"@envelop/types": "3.0.0",
|
|
"graphql-yoga": "3.0.0-next.5",
|
|
"@sentry/node": "7.12.1",
|
|
"@sentry/integrations": "7.12.1",
|
|
"@sentry/tracing": "7.12.1",
|
|
"dotenv": "10.0.0",
|
|
"got": "12.5.1",
|
|
"graphql": "16.5.0",
|
|
"hyperid": "2.3.1",
|
|
"reflect-metadata": "0.1.13",
|
|
"@trpc/server": "9.23.2",
|
|
"zod": "3.15.1",
|
|
"@whatwg-node/fetch": "0.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-hive/client": "0.20.0",
|
|
"@hive/api": "0.0.1",
|
|
"@hive/service-common": "0.0.0",
|
|
"@hive/storage": "0.0.0",
|
|
"pino-pretty": "6.0.0",
|
|
"@swc/core": "1.2.185"
|
|
},
|
|
"buildOptions": {
|
|
"runify": true,
|
|
"tsup": true,
|
|
"external": [
|
|
"pg-native"
|
|
],
|
|
"tags": [
|
|
"backend"
|
|
],
|
|
"banner": "../../../scripts/banner.js"
|
|
}
|
|
}
|