@graphql-hive/gateway-runtime
Version:
95 lines • 3.25 kB
JSON
{
"name": "@graphql-hive/gateway-runtime",
"version": "1.3.7-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/graphql-hive/gateway.git",
"directory": "packages/runtime"
},
"homepage": "https://the-guild.dev/graphql/hive/docs/gateway",
"author": {
"email": "contact@the-guild.dev",
"name": "The Guild",
"url": "https://the-guild.dev"
},
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"main": "./dist/index.js",
"exports": {
".": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "pkgroll --clean-dist",
"generate-landing-page": "tsx scripts/generate-landing-page-html.ts",
"prepack": "yarn build"
},
"peerDependencies": {
"@parcel/watcher": "^2.1.0",
"graphql": "^15.9.0 || ^16.9.0"
},
"peerDependenciesMeta": {
"@parcel/watcher": {
"optional": true
}
},
"dependencies": {
"@envelop/core": "^5.0.0",
"@envelop/disable-introspection": "^6.0.0",
"@envelop/generic-auth": "^8.0.0",
"@graphql-hive/core": "^0.8.1",
"@graphql-mesh/cross-helpers": "^0.4.8",
"@graphql-mesh/fusion-runtime": "0.10.13-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3",
"@graphql-mesh/hmac-upstream-signature": "1.2.14-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3",
"@graphql-mesh/plugin-hive": "^0.103.0",
"@graphql-mesh/plugin-response-cache": "^0.103.0",
"@graphql-mesh/store": "^0.103.4",
"@graphql-mesh/transport-common": "0.7.21-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3",
"@graphql-mesh/types": "^0.103.4",
"@graphql-mesh/utils": "^0.103.4",
"@graphql-tools/batch-delegate": "9.0.22-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3",
"@graphql-tools/delegate": "10.2.6-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3",
"@graphql-tools/executor-http": "^1.1.11",
"@graphql-tools/federation": "2.2.38-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3",
"@graphql-tools/stitch": "9.4.8-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3",
"@graphql-tools/utils": "^10.6.0",
"@graphql-tools/wrap": "10.0.24-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3",
"@graphql-yoga/plugin-apollo-usage-report": "^0.5.0",
"@graphql-yoga/plugin-csrf-prevention": "^3.7.0",
"@graphql-yoga/plugin-defer-stream": "^3.7.0",
"@graphql-yoga/plugin-persisted-operations": "^3.7.0",
"@types/node": "^22.7.5",
"@whatwg-node/disposablestack": "^0.0.5",
"@whatwg-node/server": "^0.9.60",
"graphql-yoga": "^5.10.3",
"tslib": "^2.8.0"
},
"devDependencies": {
"@envelop/disable-introspection": "^6.0.0",
"@graphql-mesh/fusion-composition": "^0.7.0",
"@types/html-minifier-terser": "^7.0.2",
"@whatwg-node/fetch": "^0.10.1",
"graphql": "^16.9.0",
"graphql-sse": "^2.5.3",
"html-minifier-terser": "7.2.0",
"pkgroll": "2.5.1",
"tsx": "4.19.2"
},
"sideEffects": false
}