Files
ClassContent/历届学生/18课程/class18_2/项目/上课项目/聊天室/backend/package.json
2024-09-27 02:06:13 +08:00

16 lines
251 B
JSON

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