-
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.13 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
{
"name": "webperf_core",
"version": "2026.3.1",
"type": "module",
"description": "You probably want to read the documentation available at homepage.",
"repository": {
"type": "git",
"url": "git+https://github.com/Webperf-se/webperf_core.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Webperf-se/webperf_core/issues"
},
"homepage": "https://github.com/Webperf-se/webperf_core/",
"dependencies": {
"@sitespeed.io/plugin": "1.0.0",
"@sitespeed.io/plugin-lighthouse": "13.0.1",
"pa11y": "9.1.1",
"sitespeed.io": "39.4.2",
"plugin-css": "2026.1.1",
"plugin-html": "2026.1.1",
"plugin-javascript": "2026.1.0",
"plugin-pagenotfound": "2026.1.0",
"plugin-accessibility-statement": "2026.1.2",
"plugin-webperf-core": "2025.12.1"
},
"devDependencies": {
"eslint": "10.0.3",
"serve": "14.2.6",
"serve-handler": "6.1.7"
},
"scripts": {
"start-server": "serve unittests/data/",
"stop-server": "sudo pkill serve",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"engines": {
"node": ">=24.x"
}
}