-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 971 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": "@koalati/tool-loading-speed",
"version": "1.2.2",
"description": "Koalati tool that uses Google Lighthouse to check for possible page loading speed optimization.",
"main": "tool.js",
"scripts": {
"test": "echo There are no tests for this package.",
"debug": "npx @koalati/dev-tool-tester --url=\"https://koalati.com/\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/koalatiapp/tool-loading-speed.git"
},
"keywords": [
"koalati",
"koalati-tool"
],
"author": {
"name": "Koalati",
"email": "info@koalati.com",
"url": "https://koalati.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/koalatiapp/tool-loading-speed/issues"
},
"homepage": "https://github.com/koalatiapp/tool-loading-speed#readme",
"devDependencies": {
"@koalati/dev-tool-tester": "^2.1.0"
},
"dependencies": {
"@koalati/result-builder": "^1.4.0",
"lighthouse": "^9.6.5"
}
}