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

35 lines
930 B

{
"name": "natsuki",
"version": "1.0.0",
"description": "An anime-themed multipurpose bot",
"main": "bot.js",
"author": "NatsukiDev",
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
3 years ago
"@discordjs/voice": "^0.6.0",
"chalk": "^4.1.0",
3 years ago
"cron": "^1.8.2",
"dblapi.js": "^2.4.1",
"discord-api-types": "^0.22.0",
3 years ago
"discord.js": "^13.1.0",
3 years ago
"fuzzysort": "^1.1.4",
3 years ago
"lastfm": "^0.9.0",
"manyitems": "^1.0.2",
"moment": "^2.28.0",
4 years ago
"moment-precise-range-plugin": "^1.3.0",
"mongoose": "^5.10.3",
"node-fetch": "^2.6.1",
4 years ago
"ora": "^5.3.0",
"swwrap": "^1.0.0",
"ws": "^7.4.6"
},
"engines": {
"node": ">=16.0.0"
3 years ago
},
"scripts": {
"start": "node bot.js",
"swin": "run",
"dev": "node bot.js -dev"
}
}