UNPKG

2.01 kBJSONView Raw
1{
2 "name": "@graphql-tools/url-loader",
3 "version": "7.16.16-alpha-20221114104920-29baff95",
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 || ^16.0.0 || ^17.0.0"
8 },
9 "dependencies": {
10 "@graphql-tools/delegate": "9.0.17-alpha-20221114104920-29baff95",
11 "@graphql-tools/executor-http": "0.0.3-alpha-20221114104920-29baff95",
12 "@graphql-tools/executor-graphql-ws": "0.0.3-alpha-20221114104920-29baff95",
13 "@graphql-tools/executor-legacy-ws": "0.0.3-alpha-20221114104920-29baff95",
14 "@graphql-tools/utils": "9.1.1-alpha-20221114104920-29baff95",
15 "@graphql-tools/wrap": "9.2.13-alpha-20221114104920-29baff95",
16 "@ardatan/sync-fetch": "0.0.1",
17 "@whatwg-node/fetch": "^0.5.0",
18 "@types/ws": "^8.0.0",
19 "ws": "8.11.0",
20 "isomorphic-ws": "5.0.0",
21 "tslib": "^2.4.0",
22 "value-or-promise": "^1.0.11"
23 },
24 "repository": {
25 "type": "git",
26 "url": "ardatan/graphql-tools",
27 "directory": "packages/loaders/url"
28 },
29 "author": "Dotan Simha <dotansimha@gmail.com>",
30 "license": "MIT",
31 "main": "cjs/index.js",
32 "module": "esm/index.js",
33 "typings": "typings/index.d.ts",
34 "typescript": {
35 "definition": "typings/index.d.ts"
36 },
37 "type": "module",
38 "exports": {
39 ".": {
40 "require": {
41 "types": "./typings/index.d.cts",
42 "default": "./cjs/index.js"
43 },
44 "import": {
45 "types": "./typings/index.d.ts",
46 "default": "./esm/index.js"
47 },
48 "default": {
49 "types": "./typings/index.d.ts",
50 "default": "./esm/index.js"
51 }
52 },
53 "./*": {
54 "require": {
55 "types": "./typings/*.d.cts",
56 "default": "./cjs/*.js"
57 },
58 "import": {
59 "types": "./typings/*.d.ts",
60 "default": "./esm/*.js"
61 },
62 "default": {
63 "types": "./typings/*.d.ts",
64 "default": "./esm/*.js"
65 }
66 },
67 "./package.json": "./package.json"
68 }
69}
\No newline at end of file