You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
discordbot.js/package.json

20 lines
424 B
JSON

{
"name": "discordbot",
"version": "1.0.0",
"scripts": {
"start": "node bot.js"
},
"dependencies": {
6 years ago
"args-parser": "1.1.0",
"discord.js": "11.4.2",
"ffmpeg-binaries": "4.0.0",
"get-youtube-title": "1.0.0",
"opusscript": "0.0.6",
"sqlite3": "4.0.6",
6 years ago
"winston": "3.1.0",
"winston-daily-rotate-file": "3.6.0",
6 years ago
"youtube-playlist-info": "1.1.2",
"ytdl-core": "0.29.1"
}
}