{
  "name": "@html-eslint/eslint-plugin",
  "version": "0.61.0",
  "type": "commonjs",
  "description": "ESLint plugin for HTML",
  "author": {
    "name": "yeonjuan",
    "url": "https://github.com/yeonjuan"
  },
  "homepage": "https://github.com/yeonjuan/html-eslint#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "types/exports.d.ts",
  "files": [
    "lib",
    "types"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yeonjuan/html-eslint.git"
  },
  "scripts": {
    "test": "jest --coverage",
    "test:legacy": "TEST_ESLINT_LEGACY_CONFIG=true && jest",
    "ts": "tsc --noEmit",
    "lint": "eslint .",
    "build": "rimraf types && tsc --project tsconfig.build.json"
  },
  "bugs": {
    "url": "https://github.com/yeonjuan/html-eslint/issues"
  },
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "html",
    "formatter",
    "lint",
    "accessibility"
  ],
  "dependencies": {
    "@eslint/plugin-kit": "^0.4.1",
    "@html-eslint/core": "^0.61.0",
    "@html-eslint/parser": "^0.61.0",
    "@html-eslint/template-parser": "^0.61.0",
    "@html-eslint/template-syntax-parser": "^0.61.0",
    "@html-eslint/types": "^0.61.0",
    "@rviscomi/capo.js": "^2.1.0",
    "html-standard": "^0.0.13"
  },
  "peerDependencies": {
    "eslint": ">=8.0.0 || ^10.0.0-0"
  },
  "devDependencies": {
    "@eslint/core": "^1.0.0",
    "@types/estree": "^1.0.6",
    "es-html-parser": "0.3.1",
    "eslint": "^9.39.1",
    "espree": "^10.3.0"
  },
  "engines": {
    "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  },
  "gitHead": "becb96f7b5b9b4f613d8126eb1364c3ba362b679"
}
