UNPKG

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