{
  "name": "cypress-axe-dirk",
  "version": "1.0.31",
  "license": "MIT",
  "description": "Test accessibility with axe-core in Cypress with a test report",
  "files": [
    "dist"
  ],
  "workspaces": [],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc --skipLibCheck  && npm run copy",
    "copy": "cp -R ./src/resources ./dist/src/resources",
    "testUnit": "npx mocha --require ts-node/register extensions ts 'test/**/*.ts'",
    "prepublishOnly": "npm run build",
    "start": "http-server test",
    "cypress": "cypress open",
    "test:ci": "start-server-and-test start 8080 cypress:headless",
    "test:coverage":"npx nyc mocha --require ts-node/register extensions ts 'test/**/*.ts'",
    "publish": "npm run build && npm publish"
  },
  "engines": {
    "node": ">=10"
  },
  "peerDependencies": {

    "cypress": "^12"
  },
  "devDependencies": {
    "@types/chai": "^4.3.4",
    "@types/mocha": "^10.0.1",
    "@types/mustache": "^4.2.2",
    "@types/node": "^14.14.8",
    "@typescript-eslint/eslint-plugin": "^4.8.1",
    "@typescript-eslint/parser": "^4.8.1",
    "axe-core": "^4.5.0",
    "axe-html-reporter": "^2.2.3",
    "chai": "^4.3.7",
    "cypress": "^10.11.0",
    "eslint": "^7.12.0",
    "eslint-config-tamia": "^7.2.6",
    "http-server": "^0.12.3",
    "husky": "^4.3.0",
    "lint-staged": "^10.5.0",
    "mocha": "^10.2.0",
    "mustache": "^4.2.0",
    "prettier": "^2.1.2",
    "rewire": "^6.0.0",
    "start-server-and-test": "^1.11.5",
    "ts-node": "^10.9.1",
    "typescript": "^4.2.4"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": "eslint --cache --fix",
    "*.{js,md}": "prettier --write"
  },
  "dependencies": {
    "axe-html-reporter": "^2.2.3",
    "cheerio": "^1.0.0-rc.12"
  }
}
