backend_chat/package.json

21 lines
409 B
JSON
Raw Normal View History

2024-09-11 09:10:59 +07:00
{
"name": "backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.20.0",
"express-session": "^1.18.0",
"socket.io": "^4.7.5"
}
}