{
  "name": "vite-plugin-html-transform",
  "version": "1.0.2",
  "private": false,
  "description": "A plugin for vite to Minimize index.html and use lodash.template template syntax in index.html",
  "author": "Kriszu",
  "license": "MIT",
  "keywords": [
    "vite",
    "html",
    "minify",
    "vite-plugin"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "CHANGELOG.md",
    "README.md",
    "README.zh_CN.md"
  ],
  "scripts": {
    "dev": "pnpm unbuild --stub",
    "build": "pnpm unbuild",
    "prepublishOnly": "npm run build",
    "prepack": "pnpm unbuild"
  },
  "peerDependencies": {
    "vite": ">=4.2.0"
  },
  "dependencies": {
    "@rollup/pluginutils": "^5.1.0",
    "colorette": "^2.0.20",
    "connect-history-api-fallback": "^2.0.0",
    "consola": "^3.2.3",
    "dotenv": "^16.3.1",
    "dotenv-expand": "^10.0.0",
    "ejs": "^3.1.9",
    "fast-glob": "^3.3.2",
    "fs-extra": "^11.2.0",
    "html-minifier-terser": "^7.2.0",
    "node-html-parser": "^6.1.11",
    "pathe": "^1.1.1"
  },
  "devDependencies": {
    "@babel/types": "^7.23.5",
    "@types/ejs": "^3.1.5",
    "@types/fs-extra": "^11.0.4",
    "@types/html-minifier-terser": "^7.0.2",
    "@types/node": "^20.10.4",
    "typescript": "^5.3.3",
    "vite": "^5.0.7"
  }
}
