UNPKG

@graphql-mesh/serve-runtime

Version:
62 lines 1.76 kB
{ "name": "@graphql-mesh/serve-runtime", "version": "0.5.9-alpha-20240731212710-7bf0f9d3d294db0cf96217c25810dc7cba4b06a1", "sideEffects": false, "peerDependencies": { "graphql": "*" }, "dependencies": { "@envelop/core": "^5.0.0", "@graphql-hive/apollo": "^0.33.4", "@graphql-mesh/cross-helpers": "^0.4.4", "@graphql-mesh/fusion-runtime": "^0.5.8", "@graphql-mesh/plugin-hive": "^0.99.5", "@graphql-mesh/transport-common": "^0.4.5", "@graphql-mesh/transport-http": "^0.3.5", "@graphql-mesh/utils": "^0.99.5", "@graphql-tools/batch-delegate": "^9.0.3", "@graphql-tools/delegate": "^10.0.16", "@graphql-tools/executor-http": "^1.1.5", "@graphql-tools/executor-yoga": "^3.0.0", "@graphql-tools/federation": "^2.2.3", "@graphql-tools/stitch": "^9.2.10", "@graphql-tools/utils": "^10.2.3", "@graphql-tools/wrap": "^10.0.5", "@whatwg-node/disposablestack": "^0.0.1", "@whatwg-node/server": "^0.9.46", "graphql-yoga": "^5.6.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" } }