This commit is contained in:
TheNetsky
2023-10-11 15:08:11 +02:00
parent 085db76f4c
commit c86a903793
13 changed files with 237 additions and 260 deletions

View File

@@ -1,12 +1,15 @@
{
"name": "microsoft-rewards-script",
"version": "1.0.7",
"description": "Automatically do tasks for Microsoft Rewards but in TS",
"version": "1.1.0",
"description": "Automatically do tasks for Microsoft Rewards but in TS!",
"main": "index.js",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "tsc",
"start": "node ./dist/index.js",
"dev": "ts-node ./src/index.ts"
"dev": "ts-node ./src/index.ts -dev"
},
"keywords": [
"Bing Rewards",
@@ -31,4 +34,4 @@
"puppeteer-extra-plugin-stealth": "^2.11.2",
"ts-node": "^10.9.1"
}
}
}