@graphql-mesh/serve-runtime
Version:
54 lines • 1.53 kB
JSON
{
"name": "@graphql-mesh/serve-runtime",
"version": "0.0.1-alpha-20240207134416-9b3d4a10362a0b52db044b2527093e5704fbb788",
"sideEffects": false,
"peerDependencies": {
"graphql": "*"
},
"dependencies": {
"@graphql-mesh/fusion-federation": "0.0.1-alpha-20240207134416-9b3d4a10362a0b52db044b2527093e5704fbb788",
"@graphql-mesh/fusion-runtime": "0.0.1-alpha-20240207134416-9b3d4a10362a0b52db044b2527093e5704fbb788",
"@graphql-tools/delegate": "^10.0.3",
"@graphql-tools/executor-http": "^1.0.6",
"@graphql-tools/executor-yoga": "^2.0.3",
"@graphql-tools/schema": "^10.0.2",
"@graphql-tools/utils": "^10.0.8",
"@graphql-tools/wrap": "^10.0.1",
"@whatwg-node/server": "^0.9.16",
"graphql-mobius": "^0.1.13",
"graphql-yoga": "^5.1.1"
},
"repository": {
"type": "git",
"url": "Urigo/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"
}
}