UNPKG

877 BJSONView Raw
1{
2 "name": "@graphql-tools/load",
3 "version": "7.1.0",
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/merge": "^6.2.16",
11 "@graphql-tools/utils": "8.0.1",
12 "import-from": "4.0.0",
13 "p-limit": "3.1.0",
14 "tslib": "~2.3.0"
15 },
16 "repository": {
17 "type": "git",
18 "url": "ardatan/graphql-tools",
19 "directory": "packages/load"
20 },
21 "author": "Dotan Simha <dotansimha@gmail.com>",
22 "license": "MIT",
23 "main": "index.js",
24 "module": "index.mjs",
25 "typings": "index.d.ts",
26 "typescript": {
27 "definition": "index.d.ts"
28 },
29 "exports": {
30 ".": {
31 "require": "./index.js",
32 "import": "./index.mjs"
33 },
34 "./*": {
35 "require": "./*.js",
36 "import": "./*.mjs"
37 }
38 }
39}