{
  "name": "eslint-plugin-lit-a11y",
  "version": "4.1.4",
  "description": "linting plugin for lit-a11y",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/open-wc/open-wc.git",
    "directory": "packages/eslint-plugin-lit-a11y"
  },
  "author": "open-wc",
  "homepage": "https://github.com/open-wc/open-wc/tree/master/packages/eslint-plugin-lit-a11y",
  "main": "lib/index.js",
  "scripts": {
    "prepublishOnly": "publish-docs --github-url https://github.com/open-wc/open-wc/ --git-root-dir ../../",
    "test": "npm run test:node",
    "test:node": "mocha tests --recursive",
    "test:single": "mocha tests/lib/rules/obj-alt.js --watch"
  },
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "lit",
    "a11y",
    "accessibility"
  ],
  "peerDependencies": {
    "eslint": ">= 5"
  },
  "dependencies": {
    "@thepassle/axobject-query": "^4.0.0",
    "aria-query": "^5.1.3",
    "axe-core": "^4.3.3",
    "dom5": "^3.0.1",
    "emoji-regex": "^10.2.1",
    "eslint-plugin-lit": "^1.10.1",
    "eslint-rule-extender": "0.0.1",
    "language-tags": "^1.0.5",
    "parse5": "^7.1.2",
    "parse5-htmlparser2-tree-adapter": "^6.0.1",
    "requireindex": "~1.2.0"
  }
}
