joshdevvite-plugin
Version:
Vite plugin for PHP MVC frameworks with hot reload and asset management created by JoshDev.
46 lines (45 loc) • 1 kB
JSON
{
"name": "joshdevvite-plugin",
"version": "1.0.5",
"description": "Vite plugin for PHP MVC frameworks with hot reload and asset management created by JoshDev.",
"main": "index.js",
"type": "module",
"exports": {
".": {
"import": "./index.js"
}
},
"files": [
"index.js",
"src",
"README.md"
],
"keywords": [
"vite",
"vite-plugin",
"php",
"mvc",
"hot-reload",
"hmr",
"asset-management"
],
"author": "JoshDevFr",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/joshdevkit/vite-plugin-joshdevfr.git"
},
"bugs": {
"url": "https://github.com/joshdevkit/vite-plugin-joshdevfr/issues"
},
"homepage": "https://github.com/joshdevkit/vite-plugin-joshdevfr#readme",
"peerDependencies": {
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@types/node": "^24.10.1"
}
}