{ "name": "pa11y-webservice", "version": "5.0.1", "engines": { "node": ">=20" }, "description": "Pa11y Webservice provides scheduled accessibility reports for multiple URLs", "keywords": [ "accessibility", "analysis", "report", "web-service" ], "author": "Team Pa11y", "contributors": [ "Rowan Manning (http://rowanmanning.com/)" ], "repository": { "type": "git", "url": "https://github.com/pa11y/pa11y-webservice.git" }, "homepage": "https://github.com/pa11y/pa11y-webservice", "bugs": "https://github.com/pa11y/pa11y-webservice/issues", "license": "GPL-3.0", "dependencies": { "@hapi/hapi": "~21.4.6", "async": "~3.2.6", "cron": "~2.4.4", "joi": "~18.0.2", "kleur": "~4.1.5", "lodash.groupby": "~4.6.0", "mongodb": "~3.7.3", "pa11y": "^9.1.1" }, "devDependencies": { "eslint": "^9.39.1", "eslint-config-pa11y": "^4.0.0", "mocha": "^11.7.5", "proclaim": "^3.6.0" }, "main": "./app.js", "scripts": { "start": "node index.js", "lint": "eslint .", "load-fixtures": "node script/fixtures.js", "test": "npm run test:unit && npm run test:integration", "test:unit": "mocha test/unit --exit --recursive", "test:integration": "mocha test/integration --exit --timeout 20000 --slow 4000" }, "files": [ "*.js", "data", "model", "route", "task" ] }