{
  "name": "@axe-core/react",
  "version": "4.12.1",
  "description": "Dynamic accessibility analysis for React using axe-core",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist/after.js",
    "dist/after.d.ts",
    "dist/after.js.map",
    "dist/cache.js",
    "dist/cache.d.ts",
    "dist/cache.js.map",
    "dist/index.js",
    "dist/index.mjs",
    "dist/index.d.ts",
    "dist/index.js.map"
  ],
  "scripts": {
    "build": "tsup index.ts --dts --format esm,cjs",
    "prepare": "npm run build",
    "test": "tsc && npm run test:types && jest",
    "test:export": "npm run test:esm && npm run test:commonjs && npm run test:ts",
    "test:esm": "node test/esmTest.mjs",
    "test:commonjs": "node test/commonjsTest.js",
    "test:ts": "tsc test/tsTest.ts --noEmit --skipLibCheck --esModuleInterop",
    "test:types": "cd test && tsc"
  },
  "keywords": [
    "accessibility",
    "a11y",
    "lint",
    "test"
  ],
  "contributors": [
    {
      "name": "Niklas Holmberg (@badtant)"
    },
    {
      "name": "Dylan Barrell (dylan@barrell.com)"
    },
    {
      "name": "Jennifer Stern (@junyper)"
    },
    {
      "name": "Marcy Sutton (@marcysutton)"
    },
    {
      "name": "Wilco Fiers (@wilcofiers)"
    }
  ],
  "author": "Dylan Barrell (dylan@barrell.com)",
  "license": "MPL-2.0",
  "dependencies": {
    "axe-core": "~4.12.1",
    "requestidlecallback": "^0.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.19.3",
    "@babel/preset-env": "^7.19.4",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@types/react": "17.0.0",
    "@types/react-dom": "17.0.0",
    "@types/requestidlecallback": "^0.3.5",
    "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
    "chai": "^4.3.6",
    "enzyme": "^3.11.0",
    "http-server": "^14.1.1",
    "jest": "^30.0.5",
    "jest-environment-jsdom": "^30.1.2",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-shadow": "^20.4.0",
    "sinon": "^22.0.0",
    "ts-node": "^10.9.1",
    "tsup": "^8.0.1",
    "typescript": "^5.2.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dequelabs/axe-core-npm.git"
  },
  "gitHead": "5f587f3a6a8aebfd1ca1bfdde5d93d6b4e1abe8f"
}
