@graphql-mesh/serve-runtime
Version:
69 lines • 2.08 kB
JSON
{
"name": "@graphql-mesh/serve-runtime",
"version": "1.2.4",
"sideEffects": false,
"peerDependencies": {
"graphql": "*"
},
"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.7",
"@graphql-mesh/fusion-runtime": "^0.9.6",
"@graphql-mesh/hmac-upstream-signature": "^1.2.4",
"@graphql-mesh/plugin-hive": "^0.102.12",
"@graphql-mesh/plugin-response-cache": "^0.102.10",
"@graphql-mesh/transport-common": "^0.7.11",
"@graphql-mesh/transport-http": "^0.6.12",
"@graphql-mesh/utils": "^0.102.10",
"@graphql-tools/batch-delegate": "^9.0.9",
"@graphql-tools/delegate": "^10.0.27",
"@graphql-tools/executor-http": "^1.1.5",
"@graphql-tools/federation": "^2.2.19",
"@graphql-tools/stitch": "^9.2.15",
"@graphql-tools/utils": "^10.5.5",
"@graphql-tools/wrap": "^10.0.11",
"@graphql-yoga/plugin-apollo-usage-report": "^0.1.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",
"@whatwg-node/disposablestack": "^0.0.5",
"@whatwg-node/server": "^0.9.46",
"graphql-yoga": "^5.7.0"
},
"repository": {
"type": "git",
"url": "ardatan/graphql-mesh",
"directory": "packages/serve-runtime"
},
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "typings/index.d.ts"
},
"type": "module",
"exports": {
".": {
"require": {
"types": "./typings/index.d.cts",
"default": "./cjs/index.js"
},
"import": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
}
},
"./package.json": "./package.json"
}
}