pa11y-ci-reporter-runner
Version:
Pa11y CI Reporter Runner is designed to facilitate testing of Pa11y CI reporters. Given a Pa11y CI JSON results file and optional configuration it simulates the Pa11y CI calls to the reporter.
61 lines (60 loc) • 1.91 kB
JSON
{
"name": "pa11y-ci-reporter-runner",
"version": "5.0.5",
"description": "Pa11y CI Reporter Runner is designed to facilitate testing of Pa11y CI reporters. Given a Pa11y CI JSON results file and optional configuration it simulates the Pa11y CI calls to the reporter.",
"main": "index.js",
"scripts": {
"build:types": "tsc index.js --declaration --allowJs --emitDeclarationOnly",
"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 .",
"test": "jest --ci",
"test:no-coverage": "jest --ci --collectCoverage false",
"test:types": "tsd"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/gitlab-ci-utils/pa11y-ci-reporter-runner.git"
},
"keywords": [
"pa11y-ci",
"pa11y",
"reporter",
"test",
"testing"
],
"author": "Aaron Goldenthal <npm@aarongoldenthal.com>",
"license": "MIT",
"engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0.0"
},
"files": [
"index.d.ts",
"index.js",
"lib/"
],
"bugs": {
"url": "https://gitlab.com/gitlab-ci-utils/pa11y-ci-reporter-runner/issues"
},
"homepage": "https://gitlab.com/gitlab-ci-utils/pa11y-ci-reporter-runner",
"devDependencies": {
"@aarongoldenthal/eslint-config-standard": "^33.0.2",
"eslint": "^9.18.0",
"globals": "^15.14.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"markdownlint-cli2": "^0.17.2",
"pa11y-ci-reporter-cli-summary": "^4.0.1",
"prettier": "^3.4.2",
"tsd": "^0.31.2",
"typescript": "^5.7.3"
},
"dependencies": {
"lodash": "^4.17.21",
"xstate": "^5.19.2"
}
}