]> git.r.bdr.sh - rbdr/junction/blobdiff - server/package.json
Fix typo
[rbdr/junction] / server / package.json
index 30643605f22280f684c443ca6449576255c64de8..5d7755b744a0cd38371c8fd3f358282b87be6aef 100644 (file)
@@ -7,9 +7,9 @@
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "author": "",
-  "license": "ISC",
+  "license": "Apache-2.0",
   "dependencies": {
-    "express": "^4.17.1",
-    "socket.io": "^2.3.0"
-  }
+    "socket.io": "^4.7.2"
+  },
+  "type": "module"
 }