UNPKG

1.66 kBJSONView Raw
1{
2 "name": "@graphql-inspector/cli",
3 "version": "1.18.1",
4 "description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
5 "keywords": [
6 "graphql",
7 "graphql-inspector",
8 "tools",
9 "cli"
10 ],
11 "sideEffects": false,
12 "main": "dist/index.js",
13 "bin": {
14 "graphql-inspector": "dist/index.js"
15 },
16 "author": {
17 "name": "Kamil Kisiela",
18 "email": "kamil.kisiela@gmail.com",
19 "url": "https://github.com/kamilkisiela"
20 },
21 "license": "MIT",
22 "repository": {
23 "type": "git",
24 "url": "kamilkisiela/graphql-inspector"
25 },
26 "scripts": {
27 "build": "tsc",
28 "test": "jest",
29 "clean": "rm -rf dist/",
30 "prebuild": "yarn clean",
31 "prepublishOnly": "yarn build"
32 },
33 "peerDependencies": {
34 "graphql": "^14.0.0"
35 },
36 "dependencies": {
37 "@graphql-inspector/api": "1.18.1",
38 "@graphql-inspector/core": "1.18.1",
39 "@graphql-inspector/load": "1.18.1",
40 "@graphql-inspector/ui": "1.18.1",
41 "apollo-server": "2.4.8",
42 "chalk": "2.4.2",
43 "commander": "2.20.0",
44 "express": "4.16.4",
45 "figures": "3.0.0",
46 "indent-string": "4.0.0",
47 "is-valid-path": "0.1.1",
48 "log-symbols": "3.0.0",
49 "opn": "5.5.0"
50 },
51 "devDependencies": {
52 "@types/express": "4.16.1",
53 "@types/figures": "2.0.0",
54 "@types/graphql": "14.2.0",
55 "@types/indent-string": "3.2.0",
56 "@types/jest": "24.0.11",
57 "@types/log-symbols": "2.0.0",
58 "@types/node": "11.13.5",
59 "@types/opn": "5.1.0",
60 "graphql": "14.2.1",
61 "graphql-tag": "2.10.1",
62 "jest": "24.7.1",
63 "ts-jest": "24.0.2",
64 "typescript": "3.4.4"
65 }
66}