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

37 lines
968 B
JSON
Raw Normal View History

2020-02-05 20:02:53 +00:00
{
"name": "musix",
2020-03-03 20:24:41 +00:00
"version": "3.0.2",
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": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": {
"dblapi.js": "^2.3.1",
2020-03-03 20:24:41 +00:00
"discord.js": "^12.0.1",
2020-02-05 20:02:53 +00:00
"dotenv": "^8.2.0",
"ffmpeg": "0.0.4",
"firebase": "^7.8.0",
"firebase-admin": "^8.9.2",
"fs": "0.0.1-security",
"he": "^1.2.0",
"ms": "^2.1.2",
"node-opus": "^0.3.3",
"prism-media": "github:hydrabolt/prism-media",
"request": "^2.88.0",
"simple-youtube-api": "^5.2.1",
"video-thumbnail-url": "^1.0.1",
"ytdl-core": "^1.0.7",
"ytdl-core-discord": "^1.1.0"
}
2020-02-10 19:09:31 +00:00
}