|
|
@ -4,26 +4,6 @@ |
|
|
|
"description": "An anime-themed multipurpose bot", |
|
|
|
"description": "An anime-themed multipurpose bot", |
|
|
|
"main": "bot.js", |
|
|
|
"main": "bot.js", |
|
|
|
"author": "Wubzy", |
|
|
|
"author": "Wubzy", |
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
"@discordjs/rest": "^1.3.0", |
|
|
|
|
|
|
|
"canvas": "^2.9.0", |
|
|
|
|
|
|
|
"chalk": "^4.1.0", |
|
|
|
|
|
|
|
"cron": "^1.8.2", |
|
|
|
|
|
|
|
"discord-api-types": "^0.22.0", |
|
|
|
|
|
|
|
"discord.js": "^14.6.0", |
|
|
|
|
|
|
|
"dreidels": "^0.5.2", |
|
|
|
|
|
|
|
"express": "^4.18.2", |
|
|
|
|
|
|
|
"fuzzysort": "^1.1.4", |
|
|
|
|
|
|
|
"gradient-string": "^2.0.0", |
|
|
|
|
|
|
|
"lastfm": "^0.9.0", |
|
|
|
|
|
|
|
"moment": "^2.28.0", |
|
|
|
|
|
|
|
"moment-precise-range-plugin": "^1.3.0", |
|
|
|
|
|
|
|
"mongoose": "^5.10.3", |
|
|
|
|
|
|
|
"node-fetch": "^2.6.1", |
|
|
|
|
|
|
|
"ora": "^5.3.0", |
|
|
|
|
|
|
|
"tinygradient": "^1.1.5", |
|
|
|
|
|
|
|
"ws": "^7.4.6" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"engines": { |
|
|
|
"engines": { |
|
|
|
"node": ">=16.0.0" |
|
|
|
"node": ">=16.0.0" |
|
|
|
}, |
|
|
|
}, |
|
|
@ -36,5 +16,27 @@ |
|
|
|
"presync": "git pull origin", |
|
|
|
"presync": "git pull origin", |
|
|
|
"sync": "git push origin", |
|
|
|
"sync": "git push origin", |
|
|
|
"postsync": "git push wubzy" |
|
|
|
"postsync": "git push wubzy" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
"@discordjs/rest": "^2.4.3", |
|
|
|
|
|
|
|
"canvas": "^3.1.0", |
|
|
|
|
|
|
|
"chalk": "^4.1.0", |
|
|
|
|
|
|
|
"discord-api-types": "^0.37.119", |
|
|
|
|
|
|
|
"discord.js": "^14.18.0", |
|
|
|
|
|
|
|
"dreidels": "^0.6.1", |
|
|
|
|
|
|
|
"express": "^4.21.2", |
|
|
|
|
|
|
|
"fuzzysort": "^3.1.0", |
|
|
|
|
|
|
|
"gradient-string": "^3.0.0", |
|
|
|
|
|
|
|
"lastfm": "^0.9.4", |
|
|
|
|
|
|
|
"moment": "^2.30.1", |
|
|
|
|
|
|
|
"moment-precise-range-plugin": "^1.3.0", |
|
|
|
|
|
|
|
"mongoose": "^8.10.0", |
|
|
|
|
|
|
|
"node-fetch": "^3.3.2", |
|
|
|
|
|
|
|
"ora": "^5.3.0", |
|
|
|
|
|
|
|
"tinygradient": "^2.0.0", |
|
|
|
|
|
|
|
"ws": "^8.18.0" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"devDependencies": { |
|
|
|
|
|
|
|
"typescript": "^5.7.3" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|