UNPKG

@graphql-mesh/serve-runtime

Version:
57 lines 1.59 kB
{ "name": "@graphql-mesh/serve-runtime", "version": "0.2.8-alpha-20240321091912-2c2cef5566414f7aaa99fb2d608c77a3562f6a4b", "sideEffects": false, "peerDependencies": { "graphql": "*" }, "dependencies": { "@envelop/core": "^5.0.0", "@graphql-mesh/cross-helpers": "^0.4.1", "@graphql-mesh/fusion-federation": "^0.0.1", "@graphql-mesh/fusion-runtime": "0.2.8-alpha-20240321091912-2c2cef5566414f7aaa99fb2d608c77a3562f6a4b", "@graphql-mesh/utils": "^0.97.4", "@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": "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" } }