cypress-accessibility-checker
Version:
Accessibility Checker for Cypress
54 lines (53 loc) • 2 kB
JSON
{
"name": "cypress-accessibility-checker",
"version": "4.0.8",
"description": "Accessibility Checker for Cypress",
"scripts": {
"lint": "eslint .",
"test": "npm run build:common && start-server-and-test test:start-http http://localhost:8080 'cd test && cypress run'",
"test:open": "npm run build:common && cd test && cypress open",
"test:start-http": "http-server -c-1 --silent",
"build:common": "cd ../common/module && npm run build && cd ../../cypress-accessibility-checker && shx rm -rf ./src/lib/common && shx cp -R ../common/module/dist/cjs ./src/lib/common",
"package:common": "npm run build:common && rm -rf package && mkdir package && cp -R *.js src package/ && cp package.json package/ && cp README.md package/",
"package:zip": "npm run package:common && cd package && npm pack",
"package:npm": "npm run package:common",
"postinstall": "ibmtelemetry --config=telemetry.yml"
},
"repository": {
"type": "git",
"url": "git@github.com/IBMa/equal-access/cypress-accessibility-checker"
},
"keywords": [
"ci",
"integration",
"continuous",
"accessibility-checker",
"cypress",
"cypress-plugin",
"cypress-accessibility-checker",
"a11y",
"accessibility",
"IBMa"
],
"license": "SEE LICENSE IN LICENSE from the 'equal-access' repository",
"peerDependencies": {
"cypress": "^13.2.0"
},
"devDependencies": {
"cypress": "^13.2.0",
"eslint": "^8.4.1",
"eslint-plugin-cypress": "^2.12.1",
"http-server": "^14.1.1",
"prettier": "^2.5.1",
"shx": "^0.3.3",
"start-server-and-test": "^2.0.0"
},
"dependencies": {
"@cypress/request": "^3.0.0",
"@ibm/telemetry-js": "^1.9.1",
"deep-diff": "^1.0.2",
"exceljs": "^4.3.0",
"js-yaml": "^4.1.0",
"string-hash": "^1.1.3"
}
}