plugin-webperf-core
Version:
WebPerf plugin for sitespeed.io
59 lines • 1.29 kB
JSON
{
"name": "plugin-webperf-core",
"version": "2025.4.4",
"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"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"engines": {
"node": ">=20.x"
},
"lint-staged": {
"*.js": [
"npm run lint:fix",
"prettier --write --single-quote",
"git add"
]
},
"devDependencies": {
"eslint": "9.22.0",
"eslint-config-prettier": "10.1.1",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-unicorn": "57.0.0",
"husky": "9.1.7",
"lint-staged": "15.5.0",
"prettier": "3.5.3"
},
"dependencies": {
"@sitespeed.io/plugin": "1.0.0"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"eslint-check": "eslint --print-config .eslintrc.json | eslint-config-prettier-check"
}
}