Newer
Older
2022-autumn-study / package.json
@ItoRino ItoRino on 4 Oct 2022 322 bytes first commit
{
  "name": "socket-app",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "ejs": "^3.1.8",
    "sqlite3": "^5.1.1",
    "websocket": "^1.0.34"
  }
}