UNPKG

559 BJSONView Raw
1{
2 "name": "@graphql-toolkit/file-loading",
3 "version": "0.9.4",
4 "description": "A set of utils for faster development of GraphQL tools",
5 "peerDependencies": {
6 "graphql": "^14.5.8"
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 "globby": "11.0.0",
19 "unixify": "1.0.0"
20 },
21 "sideEffects": false
22}
\No newline at end of file