UNPKG

1.08 kBJSONView Raw
1{
2 "name": "@graphql-inspector/actions",
3 "version": "1.17.1-alpha.0",
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": "1.17.0",
36 "actions-toolkit": "2.0.0",
37 "graphql": "14.2.1",
38 "js-yaml": "3.13.1",
39 "probot": "9.2.5"
40 },
41 "devDependencies": {
42 "@types/graphql": "14.2.0",
43 "@types/node": "11.13.5",
44 "@types/js-yaml": "3.12.1",
45 "typescript": "3.4.3"
46 }
47}