{
  "name": "vitest-accessibility-checker",
  "version": "4.0.27",
  "description": "Accessibility Checker for Vitest",
  "main": "index.js",
  "exports": {
    ".": "./index.js",
    "./commands": "./commands.js",
    "./matchers": "./matchers.js"
  },
  "scripts": {
    "postinstall": "ibmtelemetry --config=telemetry.yml"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/IBMa/equal-access.git"
  },
  "keywords": [
    "ci",
    "integration",
    "continuous",
    "accessibility-checker",
    "vitest",
    "vitest-plugin",
    "vitest-accessibility-checker",
    "a11y",
    "accessibility",
    "IBMa"
  ],
  "license": "SEE LICENSE IN LICENSE from the 'equal-access' repository",
  "peerDependencies": {
    "vitest": "^2.0.0 || ^3.0.0 || ^4.0.0",
    "exceljs": "^4.4.0"
  },
  "peerDependenciesMeta": {
    "exceljs": {
      "optional": true
    }
  },
  "dependencies": {
    "@ibm/telemetry-js": "^1.9.1",
    "axios": "^1.7.9",
    "js-yaml": "^4.2.0",
    "microdiff": "^1.5.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
