Add missing Steam bot dependencies
All checks were successful
Build Frontend / Build Frontend (push) Successful in 12s
All checks were successful
Build Frontend / Build Frontend (push) Successful in 12s
This commit is contained in:
@@ -28,13 +28,19 @@
|
|||||||
"@fastify/websocket": "^10.0.1",
|
"@fastify/websocket": "^10.0.1",
|
||||||
"dotenv": "^16.4.5",
|
"dotenv": "^16.4.5",
|
||||||
"fastify": "^4.26.2",
|
"fastify": "^4.26.2",
|
||||||
|
"https-proxy-agent": "^7.0.6",
|
||||||
"jsonwebtoken": "^9.0.2",
|
"jsonwebtoken": "^9.0.2",
|
||||||
"mongoose": "^8.3.2",
|
"mongoose": "^8.3.2",
|
||||||
"nodemailer": "^7.0.12",
|
"nodemailer": "^7.0.12",
|
||||||
"passport": "^0.7.0",
|
"passport": "^0.7.0",
|
||||||
"passport-steam": "^1.0.18",
|
"passport-steam": "^1.0.18",
|
||||||
"qrcode": "^1.5.4",
|
"qrcode": "^1.5.4",
|
||||||
|
"socks-proxy-agent": "^8.0.5",
|
||||||
"speakeasy": "^2.0.0",
|
"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",
|
"uuid": "^13.0.0",
|
||||||
"ws": "^8.17.0"
|
"ws": "^8.17.0"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user