hyde-vite-plugin
Version:
HydePHP Vite plugin for realtime compiler integration
39 lines (38 loc) • 900 B
JSON
{
"name": "hyde-vite-plugin",
"version": "1.0.0-RC.4",
"description": "HydePHP Vite plugin for realtime compiler integration",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "tsc --watch",
"build": "tsc && terser dist/index.js -c -m -o dist/index.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hydephp/vite-plugin.git"
},
"keywords": [
"hydephp",
"hyde",
"vite",
"plugin"
],
"author": "Caen De Silva",
"license": "MIT",
"bugs": {
"url": "https://github.com/hydephp/vite-plugin/issues"
},
"homepage": "https://github.com/hydephp/vite-plugin",
"peerDependencies": {
"vite": "^6.3.5"
},
"devDependencies": {
"@types/node": "^20.0.0",
"terser": "^5.29.2",
"typescript": "^5.0.0",
"vite": "^6.3.5"
}
}