@graphql-mesh/fusion-runtime
Version:
Runtime for GraphQL Mesh Fusion Supergraph
66 lines • 1.75 kB
JSON
{
"name": "@graphql-mesh/fusion-runtime",
"version": "0.2.11-alpha-20240330112321-ce09160105d8d29c9209fae29bfb1b9786a4de3b",
"description": "Runtime for GraphQL Mesh Fusion Supergraph",
"sideEffects": false,
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-mesh/fusion-execution": "^0.0.2",
"@graphql-mesh/runtime": "0.98.7-alpha-20240330112321-ce09160105d8d29c9209fae29bfb1b9786a4de3b",
"@graphql-mesh/transport-common": "^0.1.5",
"@graphql-mesh/utils": "^0.97.5",
"@graphql-tools/stitch": "^9.0.3",
"@graphql-tools/utils": "^10.1.0",
"graphql-yoga": "^5.1.1",
"tslib": "^2.4.0"
},
"repository": {
"type": "git",
"url": "ardatan/graphql-mesh",
"directory": "packages/fusion/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"
}
},
"./*": {
"require": {
"types": "./typings/*.d.cts",
"default": "./cjs/*.js"
},
"import": {
"types": "./typings/*.d.ts",
"default": "./esm/*.js"
},
"default": {
"types": "./typings/*.d.ts",
"default": "./esm/*.js"
}
},
"./package.json": "./package.json"
}
}