{ "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" } }