Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GlaceYT authored Aug 19, 2024
1 parent 83f1d37 commit 4e8e0e6
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"name": "music",
"version": "1.0.0",
"description": "A Discord bot with DisTube and slash commands.",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"@discordjs/builders": "^1.8.2",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.17.0",
"@distube/deezer": "^2.0.1",
"@distube/direct-link": "^1.0.1",
"@distube/file": "^1.0.1",
"@distube/soundcloud": "^2.0.3",
"@distube/spotify": "^2.0.2",
"@distube/youtube": "^1.0.4",
"@distube/yt-dlp": "^2.0.1",
"@distube/ytdl": "^2.0.6",
"axios": "^1.7.2",
"chalk": "^5.3.0",
"discord-music-player": "^9.1.1",
"discord-player": "^6.6.10",
"discord.js": "^14.15.3",
"dismusic": "^2.1.10",
"distube": "^5.0.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.3",
"genius-lyrics": "^4.4.7",
"googleapis": "^140.0.1",
"isomorphic-unfetch": "^4.0.2",
"libsodium-wrappers": "^0.7.13",
"mongoose": "^8.5.3",
"ms": "^2.1.3",
"node-fetch": "^3.3.2",
"play-dl": "^1.9.7",
"prism-media": "^1.3.5",
"request": "^2.88.2",
"spotify-web-api-node": "^5.0.2",
"yt-search": "^2.11.1",
"ytpl": "^2.3.0",
"ytsr": "^3.8.4"
}
}

0 comments on commit 4e8e0e6

Please sign in to comment.