@graphql-mesh/config
Version:
53 lines (52 loc) • 1.57 kB
JSON
{
"name": "@graphql-mesh/config",
"version": "5.1.5-alpha-20220804140610-9aa5dfe33",
"sideEffects": false,
"peerDependencies": {
"@graphql-mesh/runtime": "0.41.6-alpha-20220804140610-9aa5dfe33",
"graphql": "*"
},
"dependencies": {
"@envelop/core": "2.4.1",
"@graphql-mesh/cache-localforage": "0.6.23-alpha-20220804140610-9aa5dfe33",
"@graphql-mesh/cross-helpers": "0.2.0",
"@graphql-mesh/merger-bare": "0.15.7-alpha-20220804140610-9aa5dfe33",
"@graphql-mesh/merger-stitching": "0.16.6-alpha-20220804140610-9aa5dfe33",
"@graphql-mesh/store": "0.8.26-alpha-20220804140610-9aa5dfe33",
"@graphql-mesh/types": "0.78.6-alpha-20220804140610-9aa5dfe33",
"@graphql-mesh/utils": "0.37.7-alpha-20220804140610-9aa5dfe33",
"@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"
}
}