UNPKG

@axe-core/react

Version:

Dynamic accessibility analysis for React using axe-core

94 lines (93 loc) 2.42 kB
{ "name": "@axe-core/react", "version": "4.10.2", "description": "Dynamic accessibility analysis for React using axe-core", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "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.10.3", "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": "^29.1.2", "jest-environment-jsdom": "^29.1.2", "react": "17.0.0", "react-dom": "17.0.0", "react-shadow": "^20.4.0", "sinon": "^18.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": "1055c5d005e72ad190987c358ebb361631909a85" }