committed

This commit is contained in:
2025-01-10 13:03:41 +05:30
parent 4ba496b8eb
commit 52f746308f
17 changed files with 1689 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "notification-system",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"description": "",
"dependencies": {
"body-parser": "^1.20.3",
"express": "^4.21.2",
"kafkajs": "^2.2.4",
"mongoose": "^8.9.3",
"node-schedule": "^2.1.1"
}
}