server for my chess game
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 24f5391..ddb5c4e 100644
--- a/package.json
+++ b/package.json
@@ -11,5 +11,8 @@
"license": "MIT",
"dependencies": {
"@gd-com/utils": "^4.1.0"
+ },
+ "engines": {
+ "node": "16.15"
}
}