Initial commit

This commit is contained in:
2024-01-01 21:40:47 +02:00
commit 5e82be1be4
11 changed files with 2134 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "omap",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"cookie-parser": "^1.4.6",
"express": "^4.18.2",
"morgan": "^1.10.0",
"redis": "^4.6.7",
"socket.io": "^4.7.2"
}
}