UNPKG

907 BJSONView Raw
1{
2 "name": "@graphql-tools/graphql-file-loader",
3 "version": "7.0.5",
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"
8 },
9 "dependencies": {
10 "@graphql-tools/import": "^6.2.6",
11 "@graphql-tools/utils": "^8.1.1",
12 "globby": "^11.0.3",
13 "tslib": "~2.3.0",
14 "unixify": "^1.0.0"
15 },
16 "repository": {
17 "type": "git",
18 "url": "ardatan/graphql-tools",
19 "directory": "packages/loaders/graphql-file"
20 },
21 "author": "Dotan Simha <dotansimha@gmail.com>",
22 "license": "MIT",
23 "main": "index.js",
24 "module": "index.mjs",
25 "typings": "index.d.ts",
26 "typescript": {
27 "definition": "index.d.ts"
28 },
29 "exports": {
30 ".": {
31 "require": "./index.js",
32 "import": "./index.mjs"
33 },
34 "./*": {
35 "require": "./*.js",
36 "import": "./*.mjs"
37 }
38 }
39}