-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1004 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 1004 Bytes
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
39
40
41
42
43
44
45
46
47
{
"name": "lighthouse-slack",
"description": "A Lighthouse Slack integration.",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"start": "node ./src",
"notify": "node ./src/tasks/notify",
"test": "standard"
},
"repository": {
"type": "git",
"url": "https://github.com/lighthouse-slack/lighthouse.git"
},
"bugs": {
"url": "https://github.com/lighthouse-slack"
},
"dependencies": {
"aws-sdk": "2.x",
"body-parser": "^1.15.0",
"botkit": "0.0.7",
"chrome-launcher": "^0.13.4",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"express-http-proxy": "^0.6.0",
"github-trending": "^1.3.1",
"lighthouse": "^6.4.1",
"lodash": "^4.6.1",
"nodemon": "^2.0.6",
"slack": "^6.1.0",
"tinyurl": "^1.1.7",
"uuid": "^8.3.1"
},
"keywords": [
"slack",
"slack-bot",
"bot",
"heroku"
],
"license": "MIT",
"engines": {
"node": "12.x"
},
"devDependencies": {
"lighthouse": "^6.4.1"
}
}