UNPKG

1.25 kBJSONView Raw
1{
2 "name": "@graphql-inspector/github",
3 "version": "1.16.0",
4 "description": "GraphQL Inspector's Probot. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
5 "keywords": [
6 "graphql",
7 "graphql-inspector",
8 "tools",
9 "probot",
10 "probot-plugin",
11 "github"
12 ],
13 "sideEffects": false,
14 "main": "dist/index.js",
15 "author": {
16 "name": "Kamil Kisiela",
17 "email": "kamil.kisiela@gmail.com",
18 "url": "https://github.com/kamilkisiela"
19 },
20 "license": "MIT",
21 "repository": {
22 "type": "git",
23 "url": "kamilkisiela/graphql-inspector"
24 },
25 "scripts": {
26 "start": "probot run ./dist/index.js",
27 "dev": "yarn build && yarn start",
28 "test": "jest",
29 "build": "tsc",
30 "clean": "rm -rf dist/",
31 "deploy": "now --docker",
32 "prebuild": "yarn clean",
33 "prepublishOnly": "yarn build"
34 },
35 "peerDependencies": {
36 "graphql": "^14.0.0",
37 "probot": "^9.0.1"
38 },
39 "dependencies": {
40 "@graphql-inspector/core": "1.16.0",
41 "probot-config": "1.0.1"
42 },
43 "devDependencies": {
44 "@types/express": "4.16.1",
45 "@types/graphql": "14.0.7",
46 "graphql": "14.2.0",
47 "probot": "9.1.1",
48 "smee-client": "1.0.2",
49 "typescript": "3.3.4000"
50 }
51}