Files
ClassContent/项目合集/聊天室/app版本/代码/backend/package.json
2024-09-27 02:06:13 +08:00

16 lines
246 B
JSON

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