alioth/before/cha/09=real-time-communication/package.json
2025-05-30 09:18:01 +08:00

19 lines
392 B
JSON

{
"name": "real-time-communication",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:server": "node Server/app.js",
"start:client": "cd Client && npm run dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ws": "^8.13.0"
}
}