Repository URL to install this package:
|
Version:
0.0.10 ▾
|
@doodle/a11ytester
/
package.json
|
|---|
{
"name": "@doodle/a11ytester",
"description": "Utility to test accessibility of web pages",
"version": "0.0.10",
"author": "aco@doodle.com",
"license": "MIT",
"scripts": {
"test": "npx jest"
},
"bin": {
"a11ytester": "./src/index.js"
},
"devDependencies": {
"eslint": "^5.4.0",
"jest": "^23.5.0",
"prettier": "^1.14.2"
},
"dependencies": {
"colors": "^1.3.1",
"globby": "^8.0.1",
"ora": "^3.0.0",
"pa11y": "^5.0.4",
"pa11y-reporter-html": "^1.0.0"
},
"a11ytester": {
"reportsPath": "dist",
"verbose": false
},
"jest": {
"modulePathIgnorePatterns": [
"testFiles"
]
}
}