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