UNPKG

647 BJSONView Raw
1{
2 "name": "@graphql-toolkit/graphql-file-loader",
3 "version": "0.9.10",
4 "description": "A set of utils for faster development of GraphQL tools",
5 "peerDependencies": {
6 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
7 },
8 "repository": "git@github.com:ardatan/graphql-toolkit.git",
9 "author": "Dotan Simha <dotansimha@gmail.com>",
10 "license": "MIT",
11 "main": "index.cjs.js",
12 "module": "index.esm.js",
13 "typings": "index.d.ts",
14 "typescript": {
15 "definition": "index.d.ts"
16 },
17 "dependencies": {
18 "@graphql-toolkit/common": "0.9.10",
19 "tslib": "1.11.1"
20 },
21 "sideEffects": false
22}
\No newline at end of file