Files
distri_notification_and_ale…/package.json
T
2025-01-10 13:03:41 +05:30

22 lines
453 B
JSON

{
"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"
}
}