The helper bot for LHT https://lhtranslation.net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Senko/package.json

48 lines
1.1 KiB

{
"name": "Senko",
"version": "1.0.0",
"description": "",
"author": "WubzyGD",
"main": "index.js",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"start": "node bot.js",
"start:pretty": "node bot.js -g -s",
"swin": "run",
"dev": "node bot.js -dev",
"dev:pretty": "node bot.js -dev -g -s",
"presync": "git pull origin",
"sync": "git push origin",
"postsync": "git push wubzy"
},
"dependencies": {
"@discordjs/rest": "^2.4.3",
"axios": "^1.10.0",
"canvas": "^3.1.0",
"chalk": "^4.1.0",
"cheerio": "^1.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",
"google-auth-library": "^10.1.0",
"google-spreadsheet": "^4.1.5",
"googleapis": "^152.0.0",
"gradient-string": "^2.0.2",
"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"
},
"private": true
}