aboutsummaryrefslogtreecommitdiff
path: root/server/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'server/package.json')
-rw-r--r--server/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/server/package.json b/server/package.json
index 3064360..5d7755b 100644
--- a/server/package.json
+++ b/server/package.json
@@ -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"
}