started working on zone manager for backend

This commit is contained in:
2024-04-10 19:11:51 +00:00
parent 846d12078d
commit 0ad4032a9b
5 changed files with 119 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
"license": "ISC",
"dependencies": {
"dotenv": "^16.4.5",
"random-location": "^1.1.3",
"socket.io": "^4.7.5"
}
},
@@ -174,6 +175,11 @@
"node": ">=0.10.0"
}
},
"node_modules/random-location": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/random-location/-/random-location-1.1.3.tgz",
"integrity": "sha512-+9SZa8R0JTfjrdgImCyq4TJRDzGHfUM9qghsA3D7zrMnUaQVn/xIDtFI+yPegJGO7KuIkduNlL8JXqu3M7Au7w=="
},
"node_modules/socket.io": {
"version": "4.7.5",
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.7.5.tgz",