Merge branch 'backup'
Showing
ecosystem.config.js
0 → 100644
... | @@ -12,12 +12,15 @@ | ... | @@ -12,12 +12,15 @@ |
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"@socket.io/redis-adapter": "^8.3.0", | |||
"@types/express": "^5.0.3", | "@types/express": "^5.0.3", | ||
"cors": "^2.8.5", | "cors": "^2.8.5", | ||
"express": "^5.1.0", | "express": "^5.1.0", | ||
"http": "^0.0.1-security", | "http": "^0.0.1-security", | ||
"nodemon": "^3.1.10", | "nodemon": "^3.1.10", | ||
"redis": "^5.8.1", | |||
"socket.io": "^4.8.1", | "socket.io": "^4.8.1", | ||
"socket.io-redis": "^6.1.1", | |||
"ts-node": "^10.9.2", | "ts-node": "^10.9.2", | ||
"typescript": "^5.9.2" | "typescript": "^5.9.2" | ||
} | } | ||
... | ... |
Please register or sign in to comment