{
  "name": "pa11y-ci-reporter-cli-summary",
  "version": "5.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": "^20.9.0 || ^22.11.0 || >=24.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": "^39.0.2",
    "eslint": "^9.35.0",
    "jest": "^30.1.3",
    "jest-junit": "^16.0.0",
    "markdownlint-cli2": "^0.18.1",
    "pa11y-ci": "^4.0.1",
    "pa11y-ci-reporter-runner": "^6.0.0",
    "prettier": "^3.6.2",
    "serve-handler": "^6.1.6"
  },
  "dependencies": {
    "kleur": "^4.1.5"
  }
}
