DweebUI/package.json

30 lines
735 B
JSON
Raw Permalink Normal View History

2023-10-15 22:11:58 +00:00
{
"name": "dweebui",
2024-05-19 22:55:29 +00:00
"version": "0.60",
"description": "Free and Open-Source WebUI For Managing Your Containers.",
"main": "server.js",
2024-01-08 02:29:56 +00:00
"type": "module",
"scripts": {
2024-01-28 08:33:50 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
2024-01-08 02:29:56 +00:00
},
2023-10-15 22:11:58 +00:00
"keywords": [],
2024-05-19 22:55:29 +00:00
"author": "lllllllillllllillll",
"license": "MIT",
2023-10-15 22:11:58 +00:00
"dependencies": {
2024-05-12 08:30:37 +00:00
"adm-zip": "^0.5.12",
2024-01-08 02:29:56 +00:00
"bcrypt": "^5.1.1",
2024-01-13 10:01:56 +00:00
"dockerode": "^4.0.2",
"dockerode-compose": "^1.4.0",
"ejs": "^3.1.10",
"express": "^4.19.2",
2024-02-06 08:54:34 +00:00
"express-session": "^1.18.0",
2024-01-28 08:33:50 +00:00
"memorystore": "^1.6.7",
"multer": "^1.4.5-lts.1",
"sequelize": "^6.37.3",
2024-01-13 10:01:56 +00:00
"sqlite3": "^5.1.7",
2024-05-19 22:55:29 +00:00
"systeminformation": "^5.22.9",
2024-05-12 08:30:37 +00:00
"yaml": "^2.4.2"
2024-01-08 02:29:56 +00:00
}
2023-10-15 22:11:58 +00:00
}