server for my chess game
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index d1424ba..0880505 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "type": "module", "name": "gd-com-websocket-basic", "version": "1.0.0", "description": "", @@ -11,6 +12,7 @@ "license": "MIT", "dependencies": { "@gd-com/utils": "^4.1.0", + "chess.js": "^0.13.3", "pg": "^8.7.3", "ws": "^7.4.6" }, |