Add comprehensive FAQ and README documentation for Microsoft Rewards Script

- Created FAQ.md with detailed answers to common questions regarding the project, installation, configuration, troubleshooting, safety, and features.
- Established README.md to serve as a documentation hub, outlining the structure and providing quick navigation links to various guides and resources.
This commit is contained in:
2025-11-03 14:54:07 +01:00
parent 6d549e6590
commit 8ccfdd23c9
20 changed files with 1264 additions and 527 deletions

12
package-lock.json generated
View File

@@ -1,13 +1,13 @@
{
"name": "microsoft-rewards-rewi",
"version": "2.50.5",
"name": "microsoft-rewards-script",
"version": "2.51.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "microsoft-rewards-rewi",
"version": "2.50.3",
"license": "PROPRIETARY",
"name": "microsoft-rewards-script",
"version": "2.51.0",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"axios": "^1.8.4",
"chalk": "^4.1.2",
@@ -38,7 +38,7 @@
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Light60-1"
"url": "https://github.com/sponsors/TheNetsky"
}
},
"node_modules/@cspotcode/source-map-support": {