forked from zulip/zulipbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 872 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "zulipbot",
"version": "1.0.0",
"description": "GitHub workflow-optimizing bot",
"scripts": {
"start": "node ./src/index.js",
"pretest": "eslint .",
"test": "tap",
"posttest": "rm -rf coverage && mkdir coverage && tap --coverage-report=text-lcov > ./coverage/coverage.lcov | codecov"
},
"dependencies": {
"@octokit/rest": "^15.9.4",
"dotenv": "^8.2.0",
"express": "~4.16.3",
"node-fetch": "^2.1.2"
},
"devDependencies": {
"codecov": "^3.0.4",
"eslint": "^5.0.1",
"eslint-config-xo-space": "^0.21.0",
"simple-mock": "^0.8.0",
"smee": "^0.2.0",
"tap": "^14.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Somtozech/hngibot.git"
},
"keywords": [
"zulip",
"bot",
"bots",
"github",
"workflow",
"hngibot"
],
"license": "Apache-2.0"
}