UNPKG

@graphql-mesh/runtime

Version:
48 lines (47 loc) 1.26 kB
{ "name": "@graphql-mesh/runtime", "version": "0.45.0-alpha-20221107134338-bee75dd07", "sideEffects": false, "peerDependencies": { "graphql": "*" }, "dependencies": { "@envelop/core": "3.0.3", "@envelop/extended-validation": "2.0.3", "@graphql-mesh/cross-helpers": "0.2.9", "@graphql-mesh/string-interpolation": "0.3.3", "@graphql-mesh/types": "0.85.8-alpha-20221107134338-bee75dd07", "@graphql-mesh/utils": "0.42.7-alpha-20221107134338-bee75dd07", "@graphql-tools/batch-delegate": "8.4.7", "@graphql-tools/batch-execute": "8.5.10", "@graphql-tools/delegate": "9.0.14", "@graphql-tools/utils": "9.0.1", "@graphql-tools/wrap": "9.2.10", "@whatwg-node/fetch": "^0.5.0", "dataloader": "2.1.0", "tslib": "^2.4.0" }, "repository": { "type": "git", "url": "Urigo/graphql-mesh", "directory": "packages/runtime" }, "license": "MIT", "main": "index.js", "module": "index.mjs", "typings": "index.d.ts", "typescript": { "definition": "index.d.ts" }, "exports": { ".": { "require": "./index.js", "import": "./index.mjs" }, "./*": { "require": "./*.js", "import": "./*.mjs" }, "./package.json": "./package.json" } }