UNPKG

1.49 kBJSONView Raw
1{
2 "name": "@graphql-tools/executor-apollo-link",
3 "version": "0.0.3-alpha-20221114104920-29baff95",
4 "description": "A set of utils for faster development of GraphQL tools",
5 "sideEffects": false,
6 "peerDependencies": {
7 "graphql": "^15.2.0 || ^16.0.0",
8 "@apollo/client": "^3.5.9"
9 },
10 "dependencies": {
11 "@graphql-tools/utils": "9.1.1-alpha-20221114104920-29baff95",
12 "tslib": "^2.3.1"
13 },
14 "repository": {
15 "type": "git",
16 "url": "ardatan/graphql-tools",
17 "directory": "packages/executors/apollo-link"
18 },
19 "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
20 "license": "MIT",
21 "main": "cjs/index.js",
22 "module": "esm/index.js",
23 "typings": "typings/index.d.ts",
24 "typescript": {
25 "definition": "typings/index.d.ts"
26 },
27 "type": "module",
28 "exports": {
29 ".": {
30 "require": {
31 "types": "./typings/index.d.cts",
32 "default": "./cjs/index.js"
33 },
34 "import": {
35 "types": "./typings/index.d.ts",
36 "default": "./esm/index.js"
37 },
38 "default": {
39 "types": "./typings/index.d.ts",
40 "default": "./esm/index.js"
41 }
42 },
43 "./*": {
44 "require": {
45 "types": "./typings/*.d.cts",
46 "default": "./cjs/*.js"
47 },
48 "import": {
49 "types": "./typings/*.d.ts",
50 "default": "./esm/*.js"
51 },
52 "default": {
53 "types": "./typings/*.d.ts",
54 "default": "./esm/*.js"
55 }
56 },
57 "./package.json": "./package.json"
58 }
59}
\No newline at end of file