{
  "name": "vitest-axe",
  "version": "0.1.0",
  "description": "Custom Vitest matcher for testing accessibility with aXe. Forked from jest-axe.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chaance/vitest-axe.git"
  },
  "license": "MIT",
  "author": "Chance Stricklad <hi@chance.dev>",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "dist",
    "extend-expect.d.ts",
    "extend-expect.js",
    "matchers.d.ts",
    "matchers.js"
  ],
  "scripts": {
    "test": "vitest",
    "build": "tsup",
    "lint": "eslint .",
    "format": "prettier --write '**/*.{ts,js}'"
  },
  "dependencies": {
    "aria-query": "^5.0.0",
    "axe-core": "^4.4.2",
    "chalk": "^5.0.1",
    "dom-accessibility-api": "^0.5.14",
    "lodash-es": "^4.17.21",
    "redent": "^3.0.0"
  },
  "devDependencies": {
    "@types/aria-query": "^5.0.0",
    "@types/lodash-es": "^4.17.6",
    "@typescript-eslint/eslint-plugin": "^5.30.5",
    "@typescript-eslint/parser": "^5.30.5",
    "esbuild": "^0.14.48",
    "eslint": "^8.19.0",
    "eslint-import-resolver-node": "^0.3.6",
    "eslint-import-resolver-typescript": "^3.2.1",
    "eslint-plugin-import": "^2.26.0",
    "fast-glob": "^3.2.11",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.7.1",
    "pretty-format": "^28.1.1",
    "tsup": "^6.1.3",
    "typescript": "^4.7.4",
    "vitest": "^0.17.0"
  },
  "peerDependencies": {
    "vitest": ">=0.16.0"
  }
}
