{
  "name": "@open-wc/eslint-config",
  "version": "8.0.2",
  "publishConfig": {
    "access": "public"
  },
  "description": "Eslint config following open-wc recommendations",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/open-wc/open-wc.git",
    "directory": "packages/eslint-config"
  },
  "author": "open-wc",
  "homepage": "https://github.com/open-wc/open-wc/tree/master/packages/eslint-config",
  "main": "index.js",
  "scripts": {
    "prepublishOnly": "publish-docs --github-url https://github.com/open-wc/open-wc/ --git-root-dir ../../"
  },
  "keywords": [
    "lint",
    "eslint",
    "config"
  ],
  "peerDependencies": {
    "eslint": ">=7.6.0",
    "eslint-plugin-html": "^6.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-lit": "^1.3.0",
    "eslint-plugin-lit-a11y": "^2.2.2",
    "eslint-plugin-no-only-tests": "^2.4.0",
    "eslint-plugin-wc": "^1.2.0"
  },
  "dependencies": {
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-html": "^6.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-lit": "^1.2.0",
    "eslint-plugin-lit-a11y": "^2.2.2",
    "eslint-plugin-no-only-tests": "^2.4.0",
    "eslint-plugin-wc": "^1.2.0"
  }
}
