{
  "name": "vite-plugin-index-html",
  "version": "2.0.2",
  "description": "Vite Plugin that simplifies creation of HTML files to serve your bundles",
  "main": "lib/index.js",
  "keywords": [
    "vite",
    "vite-plugin",
    "roll-plugin",
    "html",
    "template"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "maoxiaoke@outlook.com",
  "license": "MIT",
  "devDependencies": {
    "@types/fs-extra": "^9.0.13",
    "rollup": "^2.56.3",
    "typescript": "^4.4.3",
    "vite": "^2.5.6"
  },
  "dependencies": {
    "fs-extra": "^10.0.0",
    "html-minifier-terser": "^6.0.2"
  }
}