forked from lighthouse-slack/lighthouse-bolt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 788 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
{
"name": "lighthouse-bolt",
"version": "1.0.0",
"description": "A Lighthouse Slack integration.",
"main": "src/app.js",
"scripts": {
"start": "nodemon src/app.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lighthouse-slack/lighthouse-bolt.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lighthouse-slack/lighthouse-bolt/issues"
},
"homepage": "https://github.com/lighthouse-slack/lighthouse-bolt#readme",
"dependencies": {
"@slack/bolt": "^2.4.1",
"aws-sdk": "^2.782.0",
"chrome-launcher": "^0.13.4",
"dotenv": "^8.2.0",
"jest": "^26.6.3",
"lighthouse": "^6.4.1",
"nodemon": "^2.0.6",
"tinyurl": "^1.1.7",
"uuid": "^8.3.1"
}
}