Add missing Steam bot dependencies
All checks were successful
Build Frontend / Build Frontend (push) Successful in 12s

This commit is contained in:
2026-01-11 00:55:50 +00:00
parent bca13736d8
commit b1b29d53f6

View File

@@ -28,13 +28,19 @@
"@fastify/websocket": "^10.0.1",
"dotenv": "^16.4.5",
"fastify": "^4.26.2",
"https-proxy-agent": "^7.0.6",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.3.2",
"nodemailer": "^7.0.12",
"passport": "^0.7.0",
"passport-steam": "^1.0.18",
"qrcode": "^1.5.4",
"socks-proxy-agent": "^8.0.5",
"speakeasy": "^2.0.0",
"steam-totp": "^2.1.2",
"steam-tradeoffer-manager": "^2.12.2",
"steam-user": "^5.3.0",
"steamcommunity": "^3.49.0",
"uuid": "^13.0.0",
"ws": "^8.17.0"
},