-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 732 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 732 Bytes
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
{
"name": "xml-lighthouse",
"version": "1.0.5",
"description": "A command-line utility to generate lighthouse reports for all pages in a sitemap and aggregate the results into csv for analysis",
"main": "index.js",
"scripts": {
"run": "index.js"
},
"author": "Mark Brown",
"license": "UNLICENSED",
"bin": {
"xml-lighthouse": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/markwbrown/xml-lighthouse.git"
},
"dependencies": {
"chrome-launcher": "^0.15.0",
"csv-parse": "^4.16.3",
"csv-stringify": "^5.6.5",
"lighthouse": "^8.6.0",
"lighthouse-logger": "^1.3.0",
"puppeteer": "^11.0.0",
"xml-flow": "^1.0.4",
"yargs": "^17.2.1"
}
}