UNPKG

488 BJSONView Raw
1{
2 "name": "@graphql-mesh/graphql",
3 "version": "0.7.0",
4 "sideEffects": false,
5 "peerDependencies": {
6 "graphql": "*"
7 },
8 "dependencies": {
9 "@graphql-mesh/types": "0.12.0",
10 "@graphql-mesh/utils": "0.6.0",
11 "@graphql-tools/url-loader": "6.3.0",
12 "@graphql-tools/wrap": "6.2.3",
13 "fetchache": "0.0.3"
14 },
15 "license": "MIT",
16 "main": "index.cjs.js",
17 "module": "index.esm.js",
18 "typings": "index.d.ts",
19 "typescript": {
20 "definition": "index.d.ts"
21 }
22}