-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
35 lines (35 loc) · 870 Bytes
/
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
{
"name": "performance-leaderboard",
"version": "11.6.1",
"main": "performance-leaderboard.js",
"scripts": {
"sample": "node test/sample"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zachleat/performance-leaderboard.git"
},
"keywords": [
"performance",
"lighthouse"
],
"author": {
"name": "Zach Leatherman",
"email": "[email protected]",
"url": "https://zachleat.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zachleat/performance-leaderboard/issues"
},
"homepage": "https://github.com/zachleat/performance-leaderboard#readme",
"dependencies": {
"@axe-core/puppeteer": "^4.8.5",
"byte-size": "^8.1.1",
"chrome-launcher": "^1.1.0",
"lighthouse": "^11.6.0",
"lodash.get": "^4.4.2",
"puppeteer": "^22.4.1",
"slugify": "^1.6.6"
}
}