mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-09 17:06:15 +00:00
Fix
This commit is contained in:
12
package.json
12
package.json
@@ -9,12 +9,12 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot.git"
|
||||
"url": "https://github.com/LightZirconite/Microsoft-Rewards-Bot.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot/issues"
|
||||
"url": "https://github.com/LightZirconite/Microsoft-Rewards-Bot/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot#readme",
|
||||
"homepage": "https://github.com/LightZirconite/Microsoft-Rewards-Bot#readme",
|
||||
"scripts": {
|
||||
"go": "node -e \"const fs = require('fs'); const cp = require('child_process'); console.log('🚀 Running complete setup and start...'); if (!fs.existsSync('.playwright-chromium-installed')) { console.log('📦 Installing Chromium...'); cp.execSync('npx playwright install chromium --with-deps', {stdio: 'inherit'}); fs.writeFileSync('.playwright-chromium-installed', new Date().toISOString()); } if (!fs.existsSync('dist/index.js')) { console.log('🔨 Building project...'); cp.execSync('npm run build', {stdio: 'inherit'}); } console.log('✅ Setup complete! Starting bot...'); cp.execSync('npm start', {stdio: 'inherit'});\"",
|
||||
"clean": "rimraf dist",
|
||||
@@ -50,14 +50,14 @@
|
||||
"Playwright",
|
||||
"Cheerio"
|
||||
],
|
||||
"author": "Obsidian-wtf",
|
||||
"author": "LightZirconite",
|
||||
"contributors": [
|
||||
"Microsoft Rewards Bot Community (https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot/graphs/contributors)"
|
||||
"Microsoft Rewards Bot Community (https://github.com/LightZirconite/Microsoft-Rewards-Bot/graphs/contributors)"
|
||||
],
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/Obsidian-wtf"
|
||||
"url": "https://github.com/sponsors/LightZirconite"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.25",
|
||||
|
||||
Reference in New Issue
Block a user