{
  "name": "astro-html-minifier-next",
  "version": "4.0.2",
  "description": "Minify Astro HTML assets using html-minifier-next!",
  "homepage": "https://github.com/jonasgeiler/astro-html-minifier-next#readme",
  "bugs": "https://github.com/jonasgeiler/astro-html-minifier-next/issues",
  "license": "MIT",
  "author": "Jonas Geiler <npm@jonasgeiler.com> (https://jonasgeiler.com)",
  "funding": "https://github.com/sponsors/jonasgeiler",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonasgeiler/astro-html-minifier-next.git"
  },
  "engines": {
    "node": ">=22.13.0"
  },
  "peerDependencies": {
    "astro": "^6.0.0"
  },
  "dependencies": {
    "html-minifier-next": "^5.2.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.4.9",
    "@types/node": "25.5.0",
    "astro": "6.0.7",
    "typescript": "5.9.3"
  },
  "type": "module",
  "files": [
    "src",
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "keywords": [
    "astro",
    "astro-integration",
    "html-minifier",
    "html-minifier-next",
    "html-minifier-terser",
    "minifier",
    "optimization",
    "perf",
    "performance",
    "tooling",
    "utility",
    "utils",
    "withastro"
  ],
  "scripts": {
    "dev": "pnpm run build --watch",
    "check": "biome check",
    "fix": "biome check --fix",
    "unsafe-fix": "biome check --unsafe --fix",
    "prebuild": "node --eval='require(`fs`).rmSync(`dist`,{recursive:true,force:true})'",
    "build": "tsc",
    "version": "node --eval='const f=`jsr.json`,v=process.env.npm_package_version,s=require(`fs`);s.writeFileSync(f,JSON.stringify({...JSON.parse(s.readFileSync(f,`utf8`)),version:v},null,2)+`\\n`);console.log(`Updated ${f} for v${v}`)' && git add jsr.json"
  }
}