{
  "name": "@wcag-checkr/ci",
  "version": "1.23.0",
  "private": false,
  "description": "Headless wcagcheckr accessibility audit runner for CI/CD pipelines. Drives the wcagcheckr Chrome extension via Playwright, runs full-page audits across the state matrix (108 combinations: hover, focus, dark mode, RTL, breakpoints), outputs JSON / SARIF / JUnit, exits with severity-aware codes.",
  "license": "UNLICENSED",
  "type": "module",
  "main": "wcagcheckr-ci.mjs",
  "bin": {
    "wcagcheckr-ci": "wcagcheckr-ci.mjs"
  },
  "files": [
    "wcagcheckr-ci.mjs",
    "README.md",
    "dist/**"
  ],
  "scripts": {
    "prepack": "node ../scripts/prepare-cli-publish.mjs"
  },
  "engines": {
    "node": ">=20.18"
  },
  "dependencies": {
    "pdfjs-dist": "^4.10.38",
    "playwright": "^1.59.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CliffCee/draft-code.git",
    "directory": "cli"
  },
  "homepage": "https://wcagcheckr.com",
  "keywords": [
    "accessibility",
    "a11y",
    "wcag",
    "audit",
    "ci",
    "axe",
    "chrome-extension",
    "playwright",
    "sarif",
    "junit"
  ]
}
