{
  "name": "@zthun/janitor-htmlhint-config",
  "version": "19.2.4",
  "description": "A shared configuration for htmlhint for @zthun scoped projects.",
  "keywords": [
    "htmlhint",
    "htmlhint-config"
  ],
  "type": "module",
  "types": "./dist/index.d.mts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "exports": {
    "types": "./dist/index.d.mts",
    "require": "./dist/index.cjs",
    "import": "./dist/index.js"
  },
  "license": "MIT",
  "scripts": {
    "build": "vite build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zthun/janitor",
    "directory": "packages/janitor-htmlhint-config"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@zthun/janitor-build-config": "^19.2.4",
    "htmlhint": "^1.6.3",
    "vite": "^6.3.5"
  },
  "peerDependencies": {
    "htmlhint": "^1.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Anthony Bonta",
  "gitHead": "24a9f86fd4ef64c787d21e6de607718f739ad38f"
}
