22 lines
453 B
JSON
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"
|
|
}
|
|
}
|