Files
ClassContent/项目合集/聊天室/chat_backend/package.json
2024-09-27 02:06:13 +08:00

17 lines
278 B
JSON

{
"name": "chat_backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node-dev index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"socket.io": "^2.3.0"
}
}