UNPKG

499 BJSONView Raw
1{
2 "name": "@graphql-mesh/transform-resolvers-composition",
3 "version": "0.7.6",
4 "sideEffects": false,
5 "peerDependencies": {
6 "graphql": "*"
7 },
8 "dependencies": {
9 "@graphql-mesh/types": "0.23.1",
10 "@graphql-mesh/utils": "0.8.1",
11 "@graphql-tools/resolvers-composition": "6.2.5",
12 "@graphql-tools/schema": "7.1.2"
13 },
14 "license": "MIT",
15 "main": "index.cjs.js",
16 "module": "index.esm.js",
17 "typings": "index.d.ts",
18 "typescript": {
19 "definition": "index.d.ts"
20 }
21}