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.
62 lines (61 loc) • 1.93 kB
JSON
{
"name": "pa11y-ci-reporter-runner",
"version": "7.0.1",
"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.",
"exports": "./index.js",
"types": "index.d.ts",
"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": "^22.11.0 || ^24.11.0 || >=26"
},
"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": "^47.0.0",
"eslint": "^10.6.0",
"globals": "^17.7.0",
"jest": "^30.4.2",
"jest-junit": "^17.0.0",
"markdownlint-cli2": "^0.23.0",
"pa11y-ci-reporter-cli-summary": "^5.0.1",
"prettier": "^3.9.4",
"tsd": "^0.33.0",
"typescript": "^6.0.3"
},
"dependencies": {
"lodash": "^4.18.1",
"xstate": "^5.32.4"
}
}