mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-11 10:56:17 +00:00
33 lines
785 B
JSON
33 lines
785 B
JSON
{
|
|
"name": "microsoft-rewards-script",
|
|
"version": "1.0.3",
|
|
"description": "Automatically do tasks for Microsoft Rewards but in TS",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node ./dist/index.js",
|
|
"dev": "ts-node ./src/index.ts"
|
|
},
|
|
"keywords": [
|
|
"Bing Rewards",
|
|
"Microsoft Rewards",
|
|
"Bot",
|
|
"TypeScript",
|
|
"Puppeteer"
|
|
],
|
|
"author": "Netsky",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.5.0",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-modules-newline": "^0.0.6",
|
|
"puppeteer": "^21.2.1",
|
|
"puppeteer-extra": "^3.3.6",
|
|
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
|
"ts-node": "^10.9.1"
|
|
}
|
|
} |