Enhance server monitoring and messaging functionality. Added new dependencies for date handling and system information. Updated session server model to track GPU and CPU metrics. Improved session management with better process argument handling and local IP retrieval. Refactored sendMessage route to use login for authentication.

This commit is contained in:
2026-02-17 15:35:40 +05:00
parent c8ce49acd6
commit d977290646
6 changed files with 250 additions and 109 deletions
+3
View File
@@ -10,12 +10,15 @@
"dependencies": {
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.2.0",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.15",
"systeminformation": "^5.31.0",
"telegraf": "^4.16.3",
"tree-kill": "^1.2.2"
},
"devDependencies": {