UNPKG

949 BJSONView Raw
1{
2 "name": "@graphql-tools/links",
3 "version": "8.0.4",
4 "description": "A set of utils for faster development of GraphQL tools",
5 "sideEffects": false,
6 "peerDependencies": {
7 "@apollo/client": "~3.2.5 || ~3.3.0 || ~3.4.0",
8 "graphql": "^14.0.0 || ^15.0.0"
9 },
10 "dependencies": {
11 "@graphql-tools/delegate": "8.0.4",
12 "@graphql-tools/utils": "8.0.2",
13 "apollo-upload-client": "16.0.0",
14 "cross-fetch": "3.1.4",
15 "form-data": "4.0.0",
16 "is-promise": "4.0.0",
17 "tslib": "~2.3.0"
18 },
19 "repository": {
20 "type": "git",
21 "url": "ardatan/graphql-tools",
22 "directory": "packages/links"
23 },
24 "license": "MIT",
25 "main": "index.js",
26 "module": "index.mjs",
27 "typings": "index.d.ts",
28 "typescript": {
29 "definition": "index.d.ts"
30 },
31 "exports": {
32 ".": {
33 "require": "./index.js",
34 "import": "./index.mjs"
35 },
36 "./*": {
37 "require": "./*.js",
38 "import": "./*.mjs"
39 }
40 }
41}