1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 07:41:56 +00:00
musix-oss/package.json

38 lines
933 B
JSON
Raw Normal View History

2020-02-05 20:02:53 +00:00
{
"name": "musix",
2020-03-24 10:02:07 +00:00
"version": "3.0.5",
2020-02-05 20:02:53 +00:00
"description": "V3 for Musix the discord music bot",
2020-02-10 19:09:31 +00:00
"main": "./index.js",
2020-02-05 20:02:53 +00:00
"scripts": {
2020-03-04 14:25:18 +00:00
"start": "node ."
2020-02-05 20:02:53 +00:00
},
"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": {
2020-03-04 11:43:21 +00:00
"@discordjs/opus": "^0.1.0",
2020-03-12 11:56:31 +00:00
"dblapi.js": "^2.4.0",
2020-04-05 21:20:34 +00:00
"discord.js": "^12.1.1",
2020-02-05 20:02:53 +00:00
"dotenv": "^8.2.0",
"ffmpeg": "0.0.4",
2020-04-05 21:20:34 +00:00
"firebase": "^7.13.1",
"firebase-admin": "^8.10.0",
2020-02-05 20:02:53 +00:00
"fs": "0.0.1-security",
"he": "^1.2.0",
"ms": "^2.1.2",
"prism-media": "github:hydrabolt/prism-media",
2020-03-04 14:27:00 +00:00
"request": "^2.88.2",
2020-02-05 20:02:53 +00:00
"simple-youtube-api": "^5.2.1",
"video-thumbnail-url": "^1.0.1",
2020-03-23 07:59:09 +00:00
"yt-search": "^1.1.2",
2020-04-05 21:20:34 +00:00
"ytdl-core": "^1.0.9"
2020-02-05 20:02:53 +00:00
}
2020-04-05 21:20:34 +00:00
}