1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 01:21:56 +00:00
musix-oss/package.json
2020-03-24 12:02:07 +02:00

38 lines
966 B
JSON

{
"name": "musix",
"version": "3.0.5",
"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.4.0",
"discord.js": "^12.0.2",
"dotenv": "^8.2.0",
"ffmpeg": "0.0.4",
"firebase": "^7.10.0",
"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",
"yt-search": "^1.1.2",
"ytdl-core": "^1.0.9",
"ytdl-core-discord": "^1.1.0"
}
}