UNPKG

1.03 kBJSONView Raw
1{
2 "name": "@graphql-inspector/actions",
3 "version": "0.13.1",
4 "description": "GraphQL Inspector functionality for Github Actions",
5 "sideEffects": false,
6 "author": {
7 "name": "Kamil Kisiela",
8 "email": "kamil.kisiela@gmail.com",
9 "url": "https://github.com/kamilkisiela"
10 },
11 "license": "MIT",
12 "repository": {
13 "type": "git",
14 "url": "kamilkisiela/graphql-inspector"
15 },
16 "bin": {
17 "graphql-inspector-github": "./dist/index.js"
18 },
19 "keywords": [
20 "graphql",
21 "graphql-inspector",
22 "tools",
23 "probot",
24 "probot-plugin",
25 "github"
26 ],
27 "scripts": {
28 "build": "tsc",
29 "clean": "rm -rf dist/",
30 "deploy": "now --docker",
31 "prebuild": "yarn clean",
32 "prepublishOnly": "yarn build"
33 },
34 "dependencies": {
35 "@graphql-inspector/github": "0.13.1",
36 "graphql": "14.0.2",
37 "probot": "7.4.0",
38 "uuid": "3.3.2"
39 },
40 "devDependencies": {
41 "@types/graphql": "14.0.4",
42 "@types/node": "10.12.18",
43 "@types/uuid": "3.4.4",
44 "typescript": "3.2.2"
45 }
46}