UNPKG

1.14 kBJSONView Raw
1{
2 "name": "probot-kit",
3 "description": "A collection of high-level tools to build Github bots using Probot",
4 "version": "0.0.3",
5 "author": "Kevin Goslar <kevin.goslar@gmail.com>",
6 "dependencies": {
7 "follow-redirects": "1.5.10",
8 "gunzip-maybe": "1.4.1",
9 "js-yaml": "3.12.0",
10 "parse-diff": "0.5.1",
11 "probot": "7.4.0",
12 "request-promise-native": "1.0.5",
13 "tar-stream": "1.6.2"
14 },
15 "devDependencies": {
16 "@types/bunyan": "1.8.5",
17 "@types/camelcase": "4.1.0",
18 "@types/chai": "4.1.7",
19 "@types/js-yaml": "3.11.2",
20 "@types/mocha": "5.2.5",
21 "@types/node": "10.12.10",
22 "@types/request-promise-native": "1.0.15",
23 "camelcase": "5.0.0",
24 "chai": "4.2.0",
25 "jsdiff-console": "2.2.1",
26 "mocha": "5.2.0",
27 "prettier": "1.15.2",
28 "text-runner": "3.6.0",
29 "ts-node": "7.0.1",
30 "tslint": "5.11.0",
31 "typescript": "3.1.6"
32 },
33 "files": [
34 "dist",
35 "yarn.lock"
36 ],
37 "homepage": "https://github.com/kevgo/probot-kit",
38 "license": "ISC",
39 "main": "dist/index.js",
40 "scripts": {
41 "prepublishOnly": "make"
42 }
43}