UNPKG

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