nightwatch-axe-verbose
Version:
For adding custom commands to allow you to run axe accessibility tests in your NightwatchJS test cases.
47 lines (46 loc) • 1.37 kB
JSON
{
"name": "nightwatch-axe-verbose",
"version": "2.5.1",
"description": "For adding custom commands to allow you to run axe accessibility tests in your NightwatchJS test cases.",
"main": "index.js",
"scripts": {
"test": "rimraf ./tests_output/ && npx nightwatch --env headless",
"lint": "eslint ./nightwatch/** ./tests/**",
"lint:fix": "eslint ./nightwatch/** ./tests/** --fix"
},
"files": [
"nightwatch/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/reallymello/nightwatch-axe-verbose.git"
},
"keywords": [
"NightwatchJS",
"WCAG",
"aXe"
],
"author": "David Mello (http://www.davidmello.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/reallymello/nightwatch-axe-verbose/issues"
},
"homepage": "https://www.davidmello.com/open-source/nightwatch-axe-verbose",
"overrides": {
"minimatch@^3.0.0": "3.1.5",
"serialize-javascript": "7.0.4"
},
"dependencies": {
"axe-core": "^4.11.1"
},
"devDependencies": {
"eslint": "^8.23.1",
"eslint-config": "^0.1.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"nightwatch": "^3.15.0",
"prettier": "^2.7.1"
}
}