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