UNPKG

pa11y-ci-reporter-cli-summary

Version:

Pa11y CI reporter that outputs the URL and a count of the errors/warning/notices for each page to stdout

59 lines (58 loc) 1.72 kB
{ "name": "pa11y-ci-reporter-cli-summary", "version": "4.0.1", "description": "Pa11y CI reporter that outputs the URL and a count of the errors/warning/notices for each page to stdout", "main": "index.js", "scripts": { "hooks:pre-commit": "npm run lint && npm run prettier:check", "hooks:pre-push": "npm audit --audit-level=critical && npm test", "lint": "npm run lint:js && npm run lint:md", "lint:js": "eslint .", "lint:md": "markdownlint-cli2 \"**/*.md\" \"#node_modules\" \"#Archive\"", "prettier:check": "prettier --check .", "prettier:fix": "prettier --write .", "start": "node index.js", "test": "jest --ci", "test:no-coverage": "jest --ci --collectCoverage false" }, "repository": { "type": "git", "url": "https://gitlab.com/gitlab-ci-utils/pa11y-ci-reporter-cli-summary.git" }, "keywords": [ "pa11y", "pa11y-ci", "reporter", "a11y", "accessibility", "ci", "testing" ], "author": "Aaron Goldenthal <npm@aarongoldenthal.com>", "license": "MIT", "engines": { "node": "^18.12.0 || ^20.9.0 || >=22.0.0" }, "files": [ "index.js", "lib/" ], "bugs": { "url": "https://gitlab.com/gitlab-ci-utils/pa11y-ci-reporter-cli-summary/issues" }, "homepage": "https://gitlab.com/gitlab-ci-utils/pa11y-ci-reporter-cli-summary", "devDependencies": { "@aarongoldenthal/eslint-config-standard": "^33.0.0", "eslint": "^9.15.0", "jest": "^29.7.0", "jest-junit": "^16.0.0", "markdownlint-cli2": "^0.15.0", "pa11y-ci": "^3.1.0", "pa11y-ci-reporter-runner": "^5.0.3", "prettier": "^3.3.3", "serve-handler": "^6.1.6" }, "dependencies": { "kleur": "^4.1.5" } }