@graphql-mesh/config
Version:
53 lines (52 loc) • 1.57 kB
JSON
{
"name": "@graphql-mesh/config",
"version": "6.0.0-alpha-20220804093904-8e2e41f7f",
"sideEffects": false,
"peerDependencies": {
"@graphql-mesh/runtime": "1.0.0-alpha-20220804093904-8e2e41f7f",
"@graphql-mesh/types": "0.79.0-alpha-20220804093904-8e2e41f7f",
"@graphql-mesh/utils": "1.0.0-alpha-20220804093904-8e2e41f7f",
"graphql": "*"
},
"dependencies": {
"@envelop/core": "2.4.1",
"@graphql-mesh/cache-localforage": "1.0.0-alpha-20220804093904-8e2e41f7f",
"@graphql-mesh/cross-helpers": "0.2.0",
"@graphql-mesh/merger-bare": "1.0.0-alpha-20220804093904-8e2e41f7f",
"@graphql-mesh/merger-stitching": "1.0.0-alpha-20220804093904-8e2e41f7f",
"@graphql-mesh/store": "1.0.0-alpha-20220804093904-8e2e41f7f",
"@graphql-tools/code-file-loader": "7.3.1",
"@graphql-tools/graphql-file-loader": "7.5.0",
"@graphql-tools/load": "7.7.1",
"@graphql-tools/utils": "8.9.0",
"@whatwg-node/fetch": "^0.2.7",
"camel-case": "4.1.2",
"fetchache": "0.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"
}
}