{
  "name": "vite-plugin-generate-html",
  "version": "0.2.2",
  "description": "A Vite plugin to generate separate output files for JavaScript and CSS bundles with customizable attributes.",
  "license": "MIT",
  "author": {
    "name": "Jari Ketolainen",
    "email": "gedouu@gmail.com",
    "url": "https://github.com/gedouu/"
  },
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "version": "git add -A ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gedouu/vite-plugin-generate-html.git"
  },
  "bugs": {
    "url": "https://github.com/gedouu/vite-plugin-generate-html/issues"
  },
  "homepage": "https://github.com/gedouu/vite-plugin-generate-html#readme",
  "devDependencies": {
    "@types/node": "^22.14.1",
    "rollup": "^4.40.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "keywords": [
    "vite-plugin",
    "vite",
    "generate-html",
    "generate-bundle",
    "html-link",
    "html-script",
    "rollup",
    "rollup-plugin",
    "plugin"
  ],
  "engines": {
    "node": "^14.18.0 || >=16.0.0"
  }
}