{
  "name": "axe-core",
  "description": "Accessibility engine for automated Web UI testing",
  "version": "4.11.1",
  "license": "MPL-2.0",
  "engines": {
    "node": ">=4"
  },
  "homepage": "https://www.deque.com/axe/",
  "repository": {
    "type": "git",
    "url": "https://github.com/dequelabs/axe-core.git"
  },
  "main": "axe.js",
  "typings": "axe.d.ts",
  "files": [
    "axe.js",
    "axe.min.js",
    "axe.d.ts",
    "sri-history.json",
    "locales/",
    "LICENSE-3RD-PARTY.txt"
  ],
  "standard-version": {
    "scripts": {
      "postbump": "npm ci && npm run sri-update && git add doc/rule-descriptions.md"
    },
    "skip": {
      "tag": true
    }
  },
  "devDependencies": {
    "@axe-core/webdriverjs": "^4.10.2",
    "@babel/core": "^7.20.12",
    "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
    "@babel/preset-env": "^7.20.2",
    "@babel/runtime-corejs3": "^7.20.7",
    "@deque/dot": "^1.1.5",
    "@types/node": "^4.9.5",
    "aria-practices": "github:w3c/aria-practices#ce0336bd82d7d3651abcbde86af644197ddbc629",
    "aria-query": "^5.1.3",
    "chai": "^4.3.7",
    "chalk": "^4.x",
    "chromedriver": "latest",
    "clean-jsdoc-theme": "^4.2.17",
    "clone": "^2.1.2",
    "colorjs.io": "0.4.3",
    "conventional-commits-parser": "^5.0.0",
    "core-js": "^3.27.1",
    "css-selector-parser": "^1.4.1",
    "emoji-regex": "^10.2.1",
    "es6-promise": "^4.2.8",
    "esbuild": "^0.10.x",
    "eslint": "^9.2.0",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-mocha-no-only": "^1.2.0",
    "execa": "5.x",
    "glob": "^10.3.10",
    "globals": "^16.0.0",
    "grunt": "^1.5.3",
    "grunt-babel": "^8.0.0",
    "grunt-bytesize": "^0.2.0",
    "grunt-contrib-clean": "^2.0.1",
    "grunt-contrib-concat": "^2.1.0",
    "grunt-contrib-uglify": "^5.2.2",
    "grunt-contrib-watch": "^1.1.0",
    "html-entities": "^2.4.0",
    "http-server": "^14.1.1",
    "husky": "^9.0.7",
    "inquirer": "^8.2.5",
    "jquery": "^3.6.3",
    "jsdoc": "^4.0.2",
    "jsdom": "^27.0.0",
    "karma": "^6.4.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.1",
    "karma-firefox-launcher": "^2.1.2",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^2.0.1",
    "karma-sinon": "^1.0.5",
    "karma-spec-reporter": "^0.0.36",
    "lint-staged": "^16.1.0",
    "memoizee": "^0.4.15",
    "mocha": "^11.1.0",
    "node-notifier": "^10.0.1",
    "npm-run-all": "^4.1.5",
    "outdent": "^0.8.0",
    "patch-package": "^8.0.0",
    "prettier": "^3.0.3",
    "revalidator": "^0.3.1",
    "selenium-webdriver": "^4.7.1",
    "serve-handler": "^6.1.5",
    "sinon": "^21.0.0",
    "sri-toolbox": "^0.2.0",
    "standard-version": "^9.5.0",
    "start-server-and-test": "^2.0.1",
    "typedarray": "^0.0.7",
    "typescript": "^5.2.2",
    "uglify-js": "^3.17.4",
    "wcag-act-rules": "github:w3c/wcag-act-rules#5adb55d19eb2cd7fb23213b2d1acedf9004dc063",
    "weakmap-polyfill": "^2.0.4"
  },
  "lint-staged": {
    "*.{md,json,ts,html}": [
      "prettier --write"
    ],
    "*.{js,mjs}": [
      "prettier --write",
      "eslint --fix"
    ]
  }
}