UNPKG

1.08 kBJSONView Raw
1{
2 "name": "@graphql-inspector/load",
3 "version": "1.16.0",
4 "description": "Load GraphQL Schema and Documents from any source",
5 "keywords": [
6 "graphql",
7 "graphql-inspector",
8 "tools"
9 ],
10 "sideEffects": false,
11 "main": "dist/index.js",
12 "author": {
13 "name": "Kamil Kisiela",
14 "email": "kamil.kisiela@gmail.com",
15 "url": "https://github.com/kamilkisiela"
16 },
17 "license": "MIT",
18 "repository": {
19 "type": "git",
20 "url": "kamilkisiela/graphql-inspector"
21 },
22 "scripts": {
23 "build": "tsc",
24 "test": "jest",
25 "clean": "rm -rf dist/",
26 "prebuild": "yarn clean",
27 "prepublishOnly": "yarn build"
28 },
29 "peerDependencies": {
30 "graphql": "^0.13.0 || ^14.0.0"
31 },
32 "dependencies": {
33 "graphql-toolkit": "0.2.8",
34 "node-fetch": "2.3.0"
35 },
36 "devDependencies": {
37 "@types/express": "4.16.1",
38 "@types/glob": "7.1.1",
39 "@types/jest": "24.0.11",
40 "@types/node": "11.12.0",
41 "@types/node-fetch": "2.1.7",
42 "graphql": "14.2.0",
43 "jest": "24.5.0",
44 "ts-jest": "24.0.0",
45 "typescript": "3.3.4000"
46 }
47}