@graphql-mesh/fusion-runtime
Version:
Runtime for GraphQL Mesh Fusion Supergraph
72 lines • 2.37 kB
JSON
{
"name": "@graphql-mesh/fusion-runtime",
"version": "0.11.18-alpha-b7f095a0294699ce0720ea90d4530885a3f73921",
"type": "module",
"description": "Runtime for GraphQL Mesh Fusion Supergraph",
"repository": {
"type": "git",
"url": "git+https://github.com/graphql-hive/gateway.git",
"directory": "packages/fusion-runtime"
},
"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",
"types": "./dist/index.d.ts",
"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"
},
"files": [
"dist"
],
"scripts": {
"build": "pkgroll --clean-dist && node scripts/replace-import-with-require.mjs",
"prepack": "yarn build"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@envelop/core": "^5.3.0",
"@envelop/instrumentation": "^1.0.0",
"@graphql-mesh/cross-helpers": "^0.4.10",
"@graphql-mesh/transport-common": "0.7.36-alpha-b7f095a0294699ce0720ea90d4530885a3f73921",
"@graphql-mesh/types": "^0.104.5",
"@graphql-mesh/utils": "^0.104.5",
"@graphql-tools/batch-execute": "9.0.18-alpha-b7f095a0294699ce0720ea90d4530885a3f73921",
"@graphql-tools/delegate": "10.2.22-alpha-b7f095a0294699ce0720ea90d4530885a3f73921",
"@graphql-tools/executor": "^1.4.8",
"@graphql-tools/federation": "3.2.7-alpha-b7f095a0294699ce0720ea90d4530885a3f73921",
"@graphql-tools/merge": "^9.1.0",
"@graphql-tools/stitch": "9.4.27-alpha-b7f095a0294699ce0720ea90d4530885a3f73921",
"@graphql-tools/stitching-directives": "3.1.37-alpha-b7f095a0294699ce0720ea90d4530885a3f73921",
"@graphql-tools/utils": "^10.9.0",
"@graphql-tools/wrap": "10.1.3-alpha-b7f095a0294699ce0720ea90d4530885a3f73921",
"@whatwg-node/disposablestack": "^0.0.6",
"@whatwg-node/promise-helpers": "^1.3.0",
"graphql-yoga": "^5.15.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"change-case": "^5.4.4",
"graphql": "^16.9.0",
"pkgroll": "2.14.3"
},
"sideEffects": false
}