forked from code-pushup/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 KB
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
{
"name": "@code-pushup/lighthouse-plugin",
"version": "0.65.1",
"license": "MIT",
"description": "Code PushUp plugin for measuring web performance and quality with Lighthouse 🔥",
"homepage": "https://github.com/code-pushup/cli/tree/main/packages/plugin-lighthouse#readme",
"bugs": {
"url": "https://github.com/code-pushup/cli/issues?q=is%3Aissue%20state%3Aopen%20type%3ABug%20label%3A\"🧩%20lighthouse-plugin\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/code-pushup/cli.git",
"directory": "packages/plugin-lighthouse"
},
"keywords": [
"CLI",
"Code PushUp",
"plugin",
"lighthouse",
"automation",
"actionable feedback",
"runtime analysis",
"audit",
"accessibility",
"performance",
"score monitoring",
"developer tools",
"conformance",
"KPI tracking",
"tech debt",
"automated feedback",
"regression guard"
],
"publishConfig": {
"access": "public"
},
"type": "module",
"dependencies": {
"@code-pushup/models": "0.65.1",
"@code-pushup/utils": "0.65.1",
"ansis": "^3.3.0",
"chrome-launcher": "^1.1.1",
"lighthouse": "^12.0.0",
"lighthouse-logger": "2.0.1"
}
}