mirror of
https://git.sr.ht/~coasteen/webui
synced 2025-11-04 11:37:34 +01:00
20 lines
380 B
JSON
20 lines
380 B
JSON
{
|
|
"name": "webui",
|
|
"version": "1.0.0",
|
|
"description": "WebUI for managing server files",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^5.3.0",
|
|
"express": "^4.19.2",
|
|
"morgan": "^1.10.0",
|
|
"multer": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"author": "Coasteen",
|
|
"license": "GPLv2"
|
|
}
|