-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
36 lines (36 loc) · 920 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
36
{
"name": "lighthouse-stack-packs",
"version": "1.12.2",
"description": "Lighthouse Stack Packs",
"repository": "GoogleChrome/lighthouse-stack-packs",
"keywords": [
"google",
"chrome",
"lighthouse"
],
"author": "The Chromium Authors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GoogleChrome/lighthouse-stack-packs/issues"
},
"homepage": "https://github.com/GoogleChrome/lighthouse-stack-packs#readme",
"main": "index.js",
"devDependencies": {
"del-cli": "^3.0.0",
"expect": "^29.3.1",
"jsdom": "^12.2.0",
"lighthouse": "GoogleChrome/lighthouse#master",
"svgo": "^3.0.2",
"typescript": "^5.1.3",
"uvu": "^0.5.1"
},
"scripts": {
"prepublishOnly": "del-cli \"*.d.ts\" \"packs/*.d.ts\" && npm run generate-types",
"generate-types": "tsc -p .",
"test": "uvu test"
},
"files": [
"packs/*",
"index.d.ts"
]
}