feat: add notifications system with alert engine, email, scheduler, and traffic services

This commit is contained in:
2026-04-02 04:05:41 +00:00
parent ac49f0a542
commit 34a8121acc
23 changed files with 2238 additions and 540 deletions

View File

@@ -12,6 +12,7 @@
"dotenv": "^16.4.0",
"express": "^4.21.0",
"jsonwebtoken": "^9.0.3",
"node-cron": "^3.0.0",
"nodemailer": "^6.9.0",
"ssh2": "^1.16.0"
},
@@ -19,6 +20,7 @@
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/node-cron": "^3.0.0",
"@types/nodemailer": "^6.4.0",
"@types/ssh2": "^1.15.0",
"tsx": "^4.19.0",