29 lines
735 B
JSON
29 lines
735 B
JSON
{
|
|
"name": "dweebui",
|
|
"version": "0.60",
|
|
"description": "Free and Open-Source WebUI For Managing Your Containers.",
|
|
"main": "server.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "lllllllillllllillll",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"adm-zip": "^0.5.12",
|
|
"bcrypt": "^5.1.1",
|
|
"dockerode": "^4.0.2",
|
|
"dockerode-compose": "^1.4.0",
|
|
"ejs": "^3.1.10",
|
|
"express": "^4.19.2",
|
|
"express-session": "^1.18.0",
|
|
"memorystore": "^1.6.7",
|
|
"multer": "^1.4.5-lts.1",
|
|
"sequelize": "^6.37.3",
|
|
"sqlite3": "^5.1.7",
|
|
"systeminformation": "^5.22.9",
|
|
"yaml": "^2.4.2"
|
|
}
|
|
}
|