{ "name": "pa11y-dashboard", "version": "5.2.0", "private": true, "description": "Pa11y Dashboard is a visual web interface to the Pa11y accessibility reporter", "keywords": [ "a11y", "accessibility", "analysis", "aria", "audit", "automation", "checker", "compliance", "dashboard", "htmlcs", "open-source", "pa11y", "puppeteer", "report", "standards", "testing", "validator", "WCAG" ], "author": "Team Pa11y", "contributors": [ "Perry Harlock (http://www.phwebs.co.uk/)", "Rowan Manning (http://rowanmanning.com/)" ], "repository": { "type": "git", "url": "https://github.com/pa11y/pa11y-dashboard.git" }, "homepage": "https://github.com/pa11y/pa11y-dashboard", "bugs": "https://github.com/pa11y/pa11y-dashboard/issues", "license": "GPL-3.0", "engines": { "node": ">=20" }, "dependencies": { "body-parser": "~1.20.4", "compression": "~1.8.1", "express": "~4.22.1", "express-hbs": "~2.5.0", "http-headers": "~3.0.2", "kleur": "~4.1.5", "lodash.groupby": "~4.6.0", "lodash.keys": "~4.2.0", "moment": "~2.30.1", "morgan": "~1.10.1", "nanoid": "~5.1.7", "pa11y-webservice": "^5.0.1", "pa11y-webservice-client-node": "^5.0.0" }, "devDependencies": { "bower": "^1.8.13", "cheerio": "^1.1.2", "eslint": "^9.39.1", "eslint-config-pa11y": "^4.0.0", "less": "^3.11.1", "mocha": "^11.7.5", "proclaim": "^3.6.0", "uglify-js": "^3.11.0" }, "scripts": { "start": "node index.js", "test": "npm run test:integration", "test:integration": "mocha 'test/integration/**/*.js' --recursive --timeout 20000 --slow 4000", "lint": "eslint ." } }