UNPKG

848 BJSONView Raw
1{
2 "name": "@graphql-tools/links",
3 "version": "6.2.1",
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/utils": "6.2.1",
11 "apollo-link": "1.2.14",
12 "apollo-upload-client": "14.1.1",
13 "cross-fetch": "3.0.5",
14 "form-data": "3.0.0",
15 "is-promise": "4.0.0",
16 "tslib": "~2.0.1"
17 },
18 "repository": "git@github.com:ardatan/graphql-tools.git",
19 "license": "MIT",
20 "main": "index.cjs.js",
21 "module": "index.esm.js",
22 "typings": "index.d.ts",
23 "typescript": {
24 "definition": "index.d.ts"
25 },
26 "devDependencies": {
27 "@types/graphql-upload": "8.0.4",
28 "express-graphql": "0.11.0",
29 "graphql-upload": "11.0.0"
30 },
31 "publishConfig": {
32 "access": "public"
33 }
34}
\No newline at end of file