UNPKG

1.46 kBJSONView Raw
1{
2 "name": "@graphql-tools/module-loader",
3 "version": "7.2.11-alpha-20221107162323-6c755a1c",
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/utils": "9.1.0-alpha-20221107162323-6c755a1c",
11 "tslib": "^2.4.0"
12 },
13 "repository": {
14 "type": "git",
15 "url": "ardatan/graphql-tools",
16 "directory": "packages/loaders/module"
17 },
18 "author": "Dotan Simha <dotansimha@gmail.com>",
19 "license": "MIT",
20 "main": "cjs/index.js",
21 "module": "esm/index.js",
22 "typings": "typings/index.d.ts",
23 "typescript": {
24 "definition": "typings/index.d.ts"
25 },
26 "type": "module",
27 "exports": {
28 ".": {
29 "require": {
30 "types": "./typings/index.d.cts",
31 "default": "./cjs/index.js"
32 },
33 "import": {
34 "types": "./typings/index.d.ts",
35 "default": "./esm/index.js"
36 },
37 "default": {
38 "types": "./typings/index.d.ts",
39 "default": "./esm/index.js"
40 }
41 },
42 "./*": {
43 "require": {
44 "types": "./typings/*.d.cts",
45 "default": "./cjs/*.js"
46 },
47 "import": {
48 "types": "./typings/*.d.ts",
49 "default": "./esm/*.js"
50 },
51 "default": {
52 "types": "./typings/*.d.ts",
53 "default": "./esm/*.js"
54 }
55 },
56 "./package.json": "./package.json"
57 }
58}
\No newline at end of file