server for my chess game
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "type": "module",
  "name": "gd-com-websocket-basic",
  "version": "1.0.0",
  "description": "",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node src/index.js"
  },
  "author": "bendn",
  "license": "MIT",
  "dependencies": {
    "@gd-com/utils": "^4.1.0",
    "chess.js": "^0.13.3",
    "pg": "^8.7.3",
    "ws": "^8.8.1"
  },
  "engines": {
    "node": "16.15"
  }
}