free-games-claimer/package.json
Ralf Vogler 51f2fbfb53 upgrade deps via ncu -u
@playwright/test                ^1.20.1  →  ^1.25.1
 playwright                      ^1.20.1  →  ^1.25.1
 puppeteer-extra-plugin-stealth   ^2.9.0  →  ^2.11.1
2022-09-02 14:37:41 +02:00

16 lines
674 B
JSON

{
"scripts": {
"login": "npx playwright open --save-storage=auth.json https://www.epicgames.com/login",
"codegen": "npx playwright codegen --load-storage=auth.json https://www.epicgames.com/store/en-US/free-games",
"docker:build": "docker build --tag free-games-claimer .",
"docker:epic-games": "cross-env-shell docker run --rm -it -p 5900:5900 -p 6080:6080 -v \\\"$INIT_CWD/data\\\":/fgc/data --name free-games-claimer free-games-claimer"
},
"devDependencies": {
"@playwright/test": "^1.25.1",
"cross-env": "^7.0.3",
"lowdb": "^3.0.0",
"playwright": "^1.25.1",
"puppeteer-extra-plugin-stealth": "^2.11.1"
},
"type": "module"
}