{
  "name": "pa11y-reporter-html-plus",
  "version": "5.1.1",
  "description": "A Pa11y reporter that generates an HTML report with enhanced support for all runners, including links to relevant help, and the ability to filter accessibility issues by type",
  "exports": "./index.js",
  "scripts": {
    "build:report": "npx pa11y -c .pa11y.json https://www.w3.org/WAI/demos/bad/before/home.html > report.html",
    "hooks:pre-commit": "npm run lint && npm run prettier:check",
    "hooks:pre-push": "npm audit --audit-level=high && npm test",
    "lint": "npm run lint:css && npm run lint:html && npm run lint:js && npm run lint:md",
    "lint:css": "stylelint ./lib/**/*.handlebars",
    "lint:html": "htmlhint ./lib/**/*.handlebars",
    "lint:js": "eslint .",
    "lint:md": "markdownlint-cli2 \"**/*.md\" \"#node_modules\" \"#Archive\"",
    "playwright-setup": "playwright install",
    "prettier:check": "prettier --check .",
    "prettier:fix": "prettier --write .",
    "test": "jest --runInBand --ci",
    "test:no-coverage": "jest --ci --collectCoverage false",
    "test:ui": "playwright test"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/gitlab-ci-utils/pa11y-reporter-html-plus.git"
  },
  "keywords": [
    "pa11y",
    "reporter"
  ],
  "author": "Aaron Goldenthal <npm@aarongoldenthal.com>",
  "license": "MIT",
  "engines": {
    "node": "^20.9.0 || ^22.11.0 || >=24.0.0"
  },
  "files": [
    "index.js",
    "lib/"
  ],
  "bugs": {
    "url": "https://gitlab.com/gitlab-ci-utils/pa11y-reporter-html-plus/issues"
  },
  "homepage": "https://gitlab.com/gitlab-ci-utils/pa11y-reporter-html-plus",
  "devDependencies": {
    "@aarongoldenthal/eslint-config-standard": "^45.0.0",
    "@aarongoldenthal/stylelint-config-standard": "^22.0.0",
    "@playwright/test": "1.58.2",
    "eslint": "^10.1.0",
    "htmlhint": "^1.9.2",
    "jest": "^30.3.0",
    "jest-junit": "^16.0.0",
    "markdownlint-cli2": "^0.22.0",
    "pa11y": "^9.1.1",
    "prettier": "^3.8.1",
    "semver": "^7.7.4",
    "serve-handler": "^6.1.7",
    "stylelint": "^17.6.0"
  },
  "dependencies": {
    "handlebars": "^4.7.9"
  }
}
