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

16 lines
243 B
JSON

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