forked from femtopixel/google-lighthouse-puppeteer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "google-lighthouse-puppeteer",
"version": "1.3.3",
"description": "Google Lighthouse Puppeteer is a package to generate reports on multiple urls that allows or not authentication",
"main": "lighthouse-puppeteer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/femtopixel/google-lighthouse-puppeteer.git"
},
"keywords": [
"google",
"lighthouse",
"puppeteer"
],
"bin": {
"lighthouse-puppeteer": "./bin/lighthouse-puppeteer.js"
},
"dependencies": {
"command-line-args": "^5.0.1",
"command-line-usage": "^6.0.2",
"global": "^4.3.2",
"lighthouse": "^9.0.0",
"lighthouse-batch": "^8.1.0",
"puppeteer": "^13.0.0"
},
"author": "Jay MOULIN (https://jaymoulin.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/femtopixel/google-lighthouse-puppeteer/issues"
},
"funding": {
"url": "https://paypal.me/jaymoulin"
},
"homepage": "https://github.com/femtopixel/google-lighthouse-puppeteer#readme"
}