UNPKG

@graphql-mesh/config

Version:
52 lines (51 loc) 1.55 kB
{ "name": "@graphql-mesh/config", "version": "8.0.16-alpha-20220929214706-1fa5318d7", "sideEffects": false, "peerDependencies": { "@graphql-mesh/runtime": "0.44.16-alpha-20220929214706-1fa5318d7", "graphql": "*" }, "dependencies": { "@envelop/core": "2.6.0", "@graphql-mesh/cache-localforage": "0.6.48-alpha-20220929214706-1fa5318d7", "@graphql-mesh/cross-helpers": "0.2.6", "@graphql-mesh/merger-bare": "0.15.34-alpha-20220929214706-1fa5318d7", "@graphql-mesh/merger-stitching": "0.16.32-alpha-20220929214706-1fa5318d7", "@graphql-mesh/store": "0.8.51-alpha-20220929214706-1fa5318d7", "@graphql-mesh/types": "0.84.7-alpha-20220929214706-1fa5318d7", "@graphql-mesh/utils": "0.41.18-alpha-20220929214706-1fa5318d7", "@graphql-tools/code-file-loader": "7.3.6", "@graphql-tools/graphql-file-loader": "7.5.5", "@graphql-tools/load": "7.7.7", "@graphql-tools/utils": "8.12.0", "@whatwg-node/fetch": "^0.4.6", "camel-case": "4.1.2", "param-case": "3.0.4", "pascal-case": "3.1.2", "tslib": "^2.4.0" }, "repository": { "type": "git", "url": "Urigo/graphql-mesh", "directory": "packages/config" }, "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" } }