UNPKG

700 BJSONView Raw
1{
2 "name": "@graphql-tools/graphql-file-loader",
3 "version": "6.0.12",
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.0.12",
11 "@graphql-tools/utils": "6.0.12",
12 "fs-extra": "9.0.1",
13 "tslib": "~2.0.0"
14 },
15 "repository": "git@github.com:ardatan/graphql-tools.git",
16 "author": "Dotan Simha <dotansimha@gmail.com>",
17 "license": "MIT",
18 "main": "index.cjs.js",
19 "module": "index.esm.js",
20 "typings": "index.d.ts",
21 "typescript": {
22 "definition": "index.d.ts"
23 },
24 "publishConfig": {
25 "access": "public"
26 }
27}
\No newline at end of file