mirror of
https://git.sr.ht/~coasteen/webui
synced 2025-11-04 11:37:34 +01:00
20 lines
573 B
JSON
20 lines
573 B
JSON
{
|
|
"name": "webui",
|
|
"version": "1.0.0",
|
|
"description": "WebUI is a lightweight and easy-to-use web application for managing files on your server. It provides a simple interface to upload, download, delete, and preview files.",
|
|
"main": "script.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://codeberg.org/Soccera/webui.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"multer": "^1.4.5-lts.1"
|
|
}
|
|
}
|