UNPKG

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