eslint-plugin-lit-a11y
Version:
linting plugin for lit-a11y
45 lines (44 loc) • 1.23 kB
JSON
{
"name": "eslint-plugin-lit-a11y",
"version": "5.1.1",
"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",
"type": "module",
"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": "^2.0.0",
"eslint-rule-extender": "0.0.1",
"language-tags": "^1.0.5",
"parse5": "^7.1.2",
"parse5-htmlparser2-tree-adapter": "^6.0.1"
}
}