free-games-claimer/package.json
2022-12-17 00:12:59 +01:00

25 lines
830 B
JSON

{
"name": "free-games-claimer",
"version": "1.0.0",
"description": "Claims free games on the Epic Games Store and Amazon Prime Gaming.",
"homepage": "https://github.com/vogler/free-games-claimer",
"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"
},
"type": "module",
"dependencies": {
"cross-env": "^7.0.3",
"lowdb": "^5.0.5",
"playwright": "^1.27.1",
"prompts": "^2.4.2",
"puppeteer-extra-plugin-stealth": "^2.11.1"
},
"repository": {
"type": "git",
"url": "https://github.com/vogler/free-games-claimer.git"
},
"author": "Ralf Vogler",
"license": "MIT"
}