{
  "name": "@html-validate/plugin-utils",
  "version": "4.0.0",
  "description": "Plugin utilities and helpers for writing plugins to HTML-Validate",
  "keywords": [
    "html-validate"
  ],
  "homepage": "https://html-validate.org",
  "bugs": {
    "url": "https://gitlab.com/html-validate/plugin-utils/issues/new"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/html-validate/plugin-utils.git"
  },
  "license": "MIT",
  "author": "David Sveningsson <ext@sidvind.com>",
  "sideEffects": false,
  "type": "commonjs",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/esm/index.d.mts",
        "default": "./dist/esm/index.mjs"
      },
      "require": {
        "types": "./dist/cjs/index.d.cts",
        "default": "./dist/cjs/index.cjs"
      }
    }
  },
  "main": "dist/cjs/index.cjs",
  "module": "dist/esm/index.mjs",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "acorn-walk": "^8.0.0",
    "espree": "^9.0.0 || ^10.0.0 || ^11.0.0",
    "html-validate": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
  },
  "engines": {
    "node": "^22.16.0 || >= 24.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
