New variant idea
[xogo.git] / package.json
index b02fc5e..f76813d 100644 (file)
@@ -1,5 +1,13 @@
 {
+  "main": "server.js",
   "dependencies": {
     "ws": "^7.5.3"
+  },
+  "scripts": {
+    "start": "./start.sh",
+    "stop": "./stop.sh"
+  },
+  "devDependencies": {
+    "chokidar": "^3.5.3"
   }
 }