UNPKG

526 BJSONView Raw
1{
2 "name": "@graphql-mesh/transform-extend",
3 "version": "0.1.17",
4 "peerDependencies": {
5 "graphql": "*"
6 },
7 "dependencies": {
8 "@graphql-mesh/types": "0.1.17",
9 "@graphql-toolkit/core": "0.10.6",
10 "@graphql-toolkit/graphql-file-loader": "0.10.6",
11 "@graphql-toolkit/code-file-loader": "0.10.6"
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 "publishConfig": {
21 "access": "public"
22 }
23}
\No newline at end of file