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.
 
 
Natsuki/package.json

40 lines
1.1 KiB

{
"name": "natsuki",
"version": "2.0.0",
"description": "An anime-themed multipurpose bot",
"main": "bot.js",
"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": {
"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"
}
}