@acot/acot-preset-axe
Version:
An axe rule set for acot.
46 lines (45 loc) • 1.13 kB
JSON
{
"name": "@acot/acot-preset-axe",
"version": "0.0.19",
"description": "An axe rule set for acot.",
"keywords": [
"acot",
"acot-preset",
"axe"
],
"homepage": "https://github.com/acot-a11y/acot/tree/main/packages/acot-preset-axe",
"bugs": {
"url": "https://github.com/acot-a11y/acot/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/acot-a11y/acot.git",
"directory": "packages/acot-preset-axe"
},
"license": "MIT",
"author": "wadackel <wadackel@gmail.com>",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"!**/__mocks__",
"!**/__tests__"
],
"scripts": {
"acot": "node ../cli/lib/bin.js",
"build": "tsc",
"docgen": "yarn acot preset docgen README.md",
"serve": "yarn acot preset serve --watch",
"test": "yarn acot preset test --port 1235"
},
"dependencies": {
"@acot/cli": "0.0.19",
"@acot/core": "0.0.19",
"@sinclair/typebox": "^0.23.2",
"axe-core": "^4.1.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "34ff82b04faf65d22f323fd9ea47e03ede0fc13c"
}