committed
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user