feat: add free rewards redemption feature; require phone number in account config

This commit is contained in:
2025-11-15 17:07:19 +01:00
parent a4a248b236
commit 697e81ee2a
10 changed files with 583 additions and 23 deletions

View File

@@ -76,6 +76,7 @@
"chalk": "^4.1.2",
"cheerio": "^1.0.0",
"express": "^4.21.2",
"express-rate-limit": "^8.2.1",
"fingerprint-generator": "^2.1.66",
"fingerprint-injector": "^2.1.66",
"http-proxy-agent": "^7.0.2",
@@ -83,11 +84,10 @@
"luxon": "^3.5.0",
"ms": "^2.1.3",
"node-cron": "3.0.3",
"playwright": "1.56.1",
"playwright": "1.52.0",
"rebrowser-playwright": "1.52.0",
"socks-proxy-agent": "^8.0.5",
"ts-node": "^10.9.2",
"ws": "^8.18.3",
"express-rate-limit": "^8.2.1"
"ws": "^8.18.3"
}
}