UNPKG

vite-plugin-generate-html

Version:

A Vite plugin to generate separate output files for JavaScript and CSS bundles with customizable attributes.

64 lines (63 loc) 1.53 kB
{ "name": "vite-plugin-generate-html", "version": "0.3.0", "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", "pretest": "npm run build", "test": "node --test", "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": "^25.9.3", "rollup": "^4.62.0", "ts-node": "^10.9.2", "typescript": "^6.0.3" }, "keywords": [ "vite-plugin", "vite", "generate-html", "generate-bundle", "html-link", "html-script", "rollup", "rollup-plugin", "plugin" ], "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" } }