UNPKG

1.01 kBJSONView Raw
1{
2 "name": "@graphql-inspector/github",
3 "version": "2.3.0",
4 "description": "GraphQL Inspector's Probot. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
5 "sideEffects": false,
6 "peerDependencies": {
7 "graphql": "^14.0.0 || ^15.0.0",
8 "probot": "^9.0.1 || ^10.0.0"
9 },
10 "dependencies": {
11 "@graphql-inspector/core": "2.3.0",
12 "axios": "0.21.0",
13 "dataloader": "2.0.0",
14 "js-yaml": "3.14.0",
15 "tslib": "^2.0.0"
16 },
17 "repository": {
18 "type": "git",
19 "url": "kamilkisiela/graphql-inspector",
20 "directory": "packages/github"
21 },
22 "keywords": [
23 "graphql",
24 "graphql-inspector",
25 "tools",
26 "probot",
27 "probot-plugin",
28 "github"
29 ],
30 "author": {
31 "name": "Kamil Kisiela",
32 "email": "kamil.kisiela@gmail.com",
33 "url": "https://github.com/kamilkisiela"
34 },
35 "license": "MIT",
36 "main": "index.cjs.js",
37 "module": "index.esm.js",
38 "typings": "index.d.ts",
39 "typescript": {
40 "definition": "index.d.ts"
41 }
42}