UNPKG

680 BJSONView Raw
1{
2 "name": "@graphql-tools/wrap",
3 "version": "7.0.5",
4 "description": "A set of utils for faster development of GraphQL tools",
5 "sideEffects": false,
6 "peerDependencies": {
7 "graphql": "^14.0.0 || ^15.0.0"
8 },
9 "dependencies": {
10 "@graphql-tools/delegate": "^7.0.7",
11 "@graphql-tools/schema": "^7.1.2",
12 "@graphql-tools/utils": "^7.2.1",
13 "is-promise": "4.0.0",
14 "tslib": "~2.0.1"
15 },
16 "repository": {
17 "type": "git",
18 "url": "ardatan/graphql-tools",
19 "directory": "packages/wrap"
20 },
21 "license": "MIT",
22 "main": "index.cjs.js",
23 "module": "index.esm.js",
24 "typings": "index.d.ts",
25 "typescript": {
26 "definition": "index.d.ts"
27 }
28}