UNPKG

569 BJSONView Raw
1{
2 "name": "@graphql-mesh/merger-stitching",
3 "version": "0.7.25",
4 "sideEffects": false,
5 "peerDependencies": {
6 "graphql": "*"
7 },
8 "dependencies": {
9 "@graphql-mesh/types": "0.30.1",
10 "@graphql-mesh/utils": "0.8.7",
11 "@graphql-tools/schema": "7.1.3",
12 "@graphql-tools/stitch": "7.2.1",
13 "@graphql-tools/utils": "7.2.5",
14 "@graphql-tools/wrap": "7.0.5",
15 "fetchache": "0.0.4"
16 },
17 "license": "MIT",
18 "main": "index.cjs.js",
19 "module": "index.esm.js",
20 "typings": "index.d.ts",
21 "typescript": {
22 "definition": "index.d.ts"
23 }
24}