plugin-webperf-core
Version:
WebPerf plugin for sitespeed.io
46 lines • 1 kB
JSON
{
"name": "plugin-webperf-core",
"version": "2025.6.0",
"type": "module",
"exports": "./lib/index.js",
"publishConfig": {
"access": "public"
},
"description": "WebPerf plugin for sitespeed.io",
"repository": {
"type": "git",
"url": "git+https://github.com/Webperf-se/plugin-webperf-core.git"
},
"keywords": [
"sitespeed.io",
"lighthouse",
"webperf",
"webperf_core",
"webperf-core",
"perfmatters",
"a11y"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Webperf-se/plugin-webperf-core/issues"
},
"engines": {
"node": ">=20.x"
},
"devDependencies": {
"eslint": "9.22.0",
"serve": "14.2.4",
"serve-handler": "6.1.6"
},
"dependencies": {
"@sitespeed.io/plugin": "1.0.0",
"@sitespeed.io/log": "0.2.6"
},
"scripts": {
"start-server": "serve test/data/",
"stop-server": "sudo pkill serve",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"main": "./lib/index.js"
}