-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 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-cli-dashboard",
"version": "1.1.3",
"description": "Google Lighthouse Puppeteer Cli Dashboard is a package that displays a simple table in CLI to overview your report",
"main": "dashboard.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/femtopixel/google-lighthouse-puppeteer-cli-dashboard.git"
},
"keywords": [
"google",
"lighthouse",
"puppeteer",
"cli",
"dashboard"
],
"bin": {
"lp-dashboard": "./bin/dashboard.js"
},
"dependencies": {
"command-line-args": "^5.1.1",
"command-line-usage": "^7.0.0",
"jsonpath": "^1.0.0",
"table": "^6.7.1"
},
"author": "Jay MOULIN (https://jaymoulin.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/femtopixel/google-lighthouse-puppeteer-cli-dashboard/issues"
},
"funding": {
"url": "https://paypal.me/jaymoulin"
},
"homepage": "https://github.com/femtopixel/google-lighthouse-puppeteer-cli-dashboard#readme"
}