mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
38 lines
939 B
JSON
38 lines
939 B
JSON
{
|
|
"name": "musix",
|
|
"version": "3.0.2",
|
|
"description": "V3 for Musix the discord music bot",
|
|
"main": "./index.js",
|
|
"scripts": {
|
|
"start": "node ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/MatteZ02/Musix-V3.git"
|
|
},
|
|
"author": "Matte",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/MatteZ02/Musix-V3/issues"
|
|
},
|
|
"homepage": "https://github.com/MatteZ02/Musix-V3#readme",
|
|
"dependencies": {
|
|
"@discordjs/opus": "^0.1.0",
|
|
"dblapi.js": "^2.3.1",
|
|
"discord.js": "^12.0.1",
|
|
"dotenv": "^8.2.0",
|
|
"ffmpeg": "0.0.4",
|
|
"firebase": "^7.9.3",
|
|
"firebase-admin": "^8.9.2",
|
|
"fs": "0.0.1-security",
|
|
"he": "^1.2.0",
|
|
"ms": "^2.1.2",
|
|
"prism-media": "github:hydrabolt/prism-media",
|
|
"request": "^2.88.2",
|
|
"simple-youtube-api": "^5.2.1",
|
|
"video-thumbnail-url": "^1.0.1",
|
|
"ytdl-core": "^1.0.9",
|
|
"ytdl-core-discord": "^1.1.0"
|
|
}
|
|
}
|