mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-23 16:31:04 +00:00
1.1.0
This commit is contained in:
11
package.json
11
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user