UNPKG

413 BJSONView Raw
1{
2 "name": "@graphql-mesh/types",
3 "version": "0.17.0",
4 "sideEffects": false,
5 "peerDependencies": {
6 "graphql": "*"
7 },
8 "dependencies": {
9 "@graphql-tools/delegate": "6.2.4",
10 "@graphql-tools/utils": "6.2.2",
11 "fetchache": "0.0.4"
12 },
13 "license": "MIT",
14 "main": "index.cjs.js",
15 "module": "index.esm.js",
16 "typings": "index.d.ts",
17 "typescript": {
18 "definition": "index.d.ts"
19 }
20}