{
  "name": "online-chatroom",
  "version": "1.0.0",
  "description": "要修改url路径的文件：     1.html/login.html   48行     2.js/wsServer.js     6行     3.js/ws.js  第2行 和 第11行     4.js/app.js     14行(可以不修改)",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "concurrently \"nodemon ./Socket/js/app.js\" \"nodemon ./Socket/js/wsServer.js \" "
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "concurrently": "^5.2.0",
    "express": "^4.17.1",
    "validator": "^13.1.1",
    "ws": "^7.3.1"
  }
}
