21 lines
657 B
JSON
21 lines
657 B
JSON
|
|
{
|
||
|
|
"name": "romhackplaza",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"build:rhpz-url": "vite build --config vite-configs/vite.rhpz-url.config.js",
|
||
|
|
"build:send-notification": "vite build --config vite-configs/vite.send-notification.config.js",
|
||
|
|
"build:manage-notifications": "vite build --config vite-configs/vite.manage-notifications.config.js",
|
||
|
|
"build:admin-scripts": "vite build --config vite-configs/vite.admin-scripts.config.js",
|
||
|
|
"dev": "vite build --watch"
|
||
|
|
},
|
||
|
|
"keywords": [],
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC",
|
||
|
|
"devDependencies": {
|
||
|
|
"typescript": "^5.9.3",
|
||
|
|
"vite": "^7.3.0"
|
||
|
|
}
|
||
|
|
}
|