{
  "name": "eslint-plugin-html",
  "version": "7.1.0",
  "description": "A ESLint plugin to lint and fix inline scripts contained in HTML files.",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/BenoitZugmeyer/eslint-plugin-html"
  },
  "homepage": "https://github.com/BenoitZugmeyer/eslint-plugin-html",
  "bugs": "https://github.com/BenoitZugmeyer/eslint-plugin-html/issues",
  "keywords": [
    "eslint-plugin",
    "eslintplugin",
    "eslint",
    "html"
  ],
  "main": "src/index.js",
  "dependencies": {
    "htmlparser2": "^8.0.1"
  },
  "devDependencies": {
    "@html-eslint/eslint-plugin": "^0.13.2",
    "@html-eslint/parser": "^0.13.2",
    "eslint": "^8.5.0",
    "eslint-config-prettier": "^8.5.0",
    "jest": "^28.1.3",
    "markdown-link-check": "^3.10.2",
    "prettier": "^2.1.2",
    "semver": "^7.3.2"
  },
  "scripts": {
    "validate": "npm run lint && npm run test",
    "test": "jest",
    "lint": "eslint .",
    "format": "prettier --check ."
  }
}