-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.02 KB
/
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
39
40
41
42
43
{
"name": "lighthouse-scores",
"version": "2.0.3",
"description": "Send Lighthouse SpeedTest results to your email",
"author": "Fiverr SRE",
"license": "MIT",
"keywords": [
"lighthouse",
"pagespeed",
"report",
"email",
"performance",
"seo",
"🗼"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fiverr/lighthouse-scores-to-email.git"
},
"homepage": "https://github.com/fiverr/lighthouse-scores-to-email#readme",
"main": "index.js",
"bin": "bin.js",
"scripts": {
"start": "./bin.js",
"test": "jest",
"lint": "eslint -c .eslintrc '**/*.js'"
},
"dependencies": {
"@fiverr/statsd-client": "^1.0.8",
"@lets/wait": "^2.0.2",
"handlebars-helpers": "^0.10.0",
"levelheaded": "^1.2.0",
"node-fetch": "^2.6.0",
"nodemailer": "^6.6.2",
"nodemailer-express-handlebars": "^4.0.0",
"p-map": "^4.0.0"
},
"devDependencies": {
"@fiverr/eslint-config-fiverr": "^3.2.5",
"eslint": "^7.28.0",
"jest": "^27.0.4"
}
}