server for my chess game
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 25c8c22..d1424ba 100644
--- a/package.json
+++ b/package.json
@@ -7,10 +7,11 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js"
},
- "author": "",
+ "author": "bendn",
"license": "MIT",
"dependencies": {
"@gd-com/utils": "^4.1.0",
+ "pg": "^8.7.3",
"ws": "^7.4.6"
},
"engines": {