UNPKG

1.17 kBJSONView Raw
1{
2 "name": "probot-kit",
3 "description": "A collection of high-level tools to build Github bots using Probot",
4 "version": "0.1.0",
5 "author": "Kevin Goslar <kevin.goslar@gmail.com>",
6 "dependencies": {
7 "@octokit/webhooks": "6.2.1",
8 "follow-redirects": "1.7.0",
9 "gunzip-maybe": "1.4.1",
10 "js-yaml": "3.13.1",
11 "parse-diff": "0.5.1",
12 "probot": "9.2.12",
13 "request": "2.88.0",
14 "request-promise-native": "1.0.7",
15 "tar-stream": "2.0.1"
16 },
17 "devDependencies": {
18 "@types/bunyan": "1.8.6",
19 "@types/chai": "4.1.7",
20 "@types/js-yaml": "3.12.1",
21 "@types/mocha": "5.2.6",
22 "@types/node": "12.0.2",
23 "@types/request-promise-native": "1.0.16",
24 "camelcase": "5.3.1",
25 "chai": "4.2.0",
26 "jsdiff-console": "2.2.1",
27 "mocha": "6.1.4",
28 "prettier": "1.17.1",
29 "text-runner": "3.6.0",
30 "ts-node": "8.1.0",
31 "tslint": "5.16.0",
32 "typescript": "3.4.5"
33 },
34 "files": [
35 "dist",
36 "yarn.lock"
37 ],
38 "homepage": "https://github.com/kevgo/probot-kit",
39 "license": "ISC",
40 "main": "dist/index.js",
41 "scripts": {
42 "prepublishOnly": "make"
43 }
44}