mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-11 02:46:17 +00:00
64 lines
2.3 KiB
JSON
64 lines
2.3 KiB
JSON
{
|
|
"name": "microsoft-rewards-script",
|
|
"version": "3.0.2",
|
|
"description": "Automatically do tasks for Microsoft Rewards but in TS!",
|
|
"author": "Netsky",
|
|
"license": "GPL-3.0-or-later",
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
},
|
|
"scripts": {
|
|
"pre-build": "npm i && rimraf dist && npx patchright install chromium",
|
|
"build": "rimraf dist && tsc",
|
|
"start": "node ./dist/index.js",
|
|
"ts-start": "ts-node ./src/index.ts",
|
|
"dev": "ts-node ./src/index.ts -dev",
|
|
"kill-chrome-win": "powershell -Command \"Get-Process | Where-Object { $_.MainModule.FileVersionInfo.FileDescription -eq 'Google Chrome for Testing' } | ForEach-Object { Stop-Process -Id $_.Id -Force }\"",
|
|
"create-docker": "docker build -t microsoft-rewards-script-docker .",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check .",
|
|
"clear-diagnostics": "rimraf diagnostics",
|
|
"clear-sessions": "node ./scripts/main/clearSessions.js",
|
|
"open-session": "node ./scripts/main/browserSession.js -email",
|
|
"open-session:dev": "node ./scripts/main/browserSession.js -dev -email ItsNetsky@protonmail.com"
|
|
},
|
|
"keywords": [
|
|
"Bing Rewards",
|
|
"Microsoft Rewards",
|
|
"Bot",
|
|
"Script",
|
|
"TypeScript",
|
|
"Playwright",
|
|
"Cheerio"
|
|
],
|
|
"devDependencies": {
|
|
"@types/ms": "^2.1.0",
|
|
"@types/node": "^24.10.1",
|
|
"@types/semver": "^7.7.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.48.0",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-modules-newline": "^0.0.6",
|
|
"prettier": "^3.7.1",
|
|
"rimraf": "^6.1.2",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.13.2",
|
|
"axios-retry": "^4.5.0",
|
|
"chalk": "^4.1.2",
|
|
"cheerio": "^1.0.0",
|
|
"fingerprint-generator": "^2.1.79",
|
|
"fingerprint-injector": "^2.1.79",
|
|
"ghost-cursor-playwright-port": "^1.4.3",
|
|
"http-proxy-agent": "^7.0.2",
|
|
"https-proxy-agent": "^7.0.6",
|
|
"ms": "^2.1.3",
|
|
"otpauth": "^9.4.1",
|
|
"p-queue": "^9.0.1",
|
|
"patchright": "^1.57.0",
|
|
"semver": "^7.7.3",
|
|
"socks-proxy-agent": "^8.0.5",
|
|
"ts-node": "^10.9.2",
|
|
"zod": "^4.3.5"
|
|
}
|
|
} |