Files
2026-05-31 16:07:30 +02:00

23 lines
449 B
JSON

{
"name": "chat-backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"cors": "^2.8.6",
"express": "^5.2.1",
"kafkajs": "^2.2.4",
"nano": "^10.1.2",
"nodemailer": "^8.0.5",
"ws": "^8.20.0"
},
"description": ""
}