vite-plugin-html-public-path
Version:
Implement dynamic public path in index.html
37 lines • 815 B
JSON
{
"name": "vite-plugin-html-public-path",
"version": "1.0.1",
"description": "Implement dynamic public path in index.html",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"files": [
"dist",
"typings",
"package.json"
],
"typings": "typings/index.d.ts",
"keywords": [
"vite",
"plugin",
"html",
"public-path",
"dynamic",
"transform"
],
"author": "MMJG-Team",
"license": "ISC",
"devDependencies": {
"prettier": "^3.3.3",
"rollup": "^4.21.3",
"typescript": "^5.5.3",
"vite": "^5.4.5"
},
"repository": {
"type": "git",
"url": "git@github.com:MMJG-Team/vite-plugin-html-public-path.git"
},
"homepage": "https://github.com/MMJG-Team/vite-plugin-html-public-path",
"scripts": {
"build": "tsc && vite build"
}
}