setmusic
Version:
An easy-to-use music library that provides features for Discord bots to play music and take action on many of the music that is playing.
45 lines (43 loc) • 980 B
JSON
{
"name": "setmusic",
"version": "1.1.0",
"description": "An easy-to-use music library that provides features for Discord bots to play music and take action on many of the music that is playing.",
"main": "src/index.js",
"scripts": {
"start": "node example/example.js",
"test": "echo \"No tests specified\""
},
"repository": {
"type": "git",
"url": "https://github.com/icelaterdc/SetMusic.git"
},
"keywords": [
"discord",
"music",
"bot",
"distube",
"yt-dlp",
"spotify",
"discord",
"play-music"
],
"author": "IceLater",
"license": "MIT",
"dependencies": {
"distube": "^4.2.2",
"@distube/ytdl-core": "^4.16.5",
"@distube/yt-dlp": "^1.1.3",
"@distube/spotify": "^1.5.1",
"ffmpeg-static": "^5.2.0",
"opusscript": "^0.0.8",
"libsodium-wrappers": "^0.7.15"
},
"devDependencies": {
"husky": "^9.1.7"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
}
}