Merge branch 'dev' into patchright

This commit is contained in:
Ralf Vogler 2025-05-25 22:25:11 +02:00
commit 6ce17f667e
31 changed files with 1383 additions and 1837 deletions

View file

@ -12,7 +12,7 @@
"main": "index.js",
"scripts": {
"docker:build": "docker build . -t ghcr.io/vogler/free-games-claimer",
"docker": "cross-env-shell docker run --rm -it -p 5900:5900 -p 6080:6080 -v \\\"$INIT_CWD/data\\\":/fgc/data --name fgc ghcr.io/vogler/free-games-claimer",
"docker": "docker run --rm -it -p 6080:6080 -v fgc:/fgc/data --pull=always ghcr.io/vogler/free-games-claimer",
"lint": "npx eslint ."
},
"type": "module",
@ -21,18 +21,17 @@
},
"dependencies": {
"chalk": "^5.4.1",
"cross-env": "^7.0.3",
"dotenv": "^16.5.0",
"enquirer": "^2.4.1",
"fingerprint-injector": "^2.1.66",
"lowdb": "^7.0.1",
"otplib": "^12.0.1",
"patchright": "^1.52.3",
"patchright": "^1.52.4",
"playwright-firefox": "^1.52.0",
"puppeteer-extra-plugin-stealth": "^2.11.2"
},
"devDependencies": {
"@stylistic/eslint-plugin-js": "^4.2.0",
"eslint": "^9.26.0"
"@stylistic/eslint-plugin": "^4.4.0",
"eslint": "^9.27.0"
}
}