2020-02-05 20:02:53 +00:00
|
|
|
{
|
|
|
|
"name": "musix",
|
2020-04-29 11:41:16 +00:00
|
|
|
"version": "3.3.0",
|
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-05-01 17:39:47 +00:00
|
|
|
"@discordjs/opus": "^0.2.1",
|
2020-04-25 09:33:36 +00:00
|
|
|
"bodapi.js": "^1.1.1",
|
2020-04-16 20:07:57 +00:00
|
|
|
"bufferutil": "^4.0.1",
|
2020-04-19 17:00:16 +00:00
|
|
|
"cookie-parser": "^1.4.5",
|
|
|
|
"cors": "^2.8.5",
|
2020-03-12 11:56:31 +00:00
|
|
|
"dblapi.js": "^2.4.0",
|
2020-04-19 17:00:16 +00:00
|
|
|
"discord.js": "^12.2.0",
|
2020-02-05 20:02:53 +00:00
|
|
|
"dotenv": "^8.2.0",
|
2020-04-16 20:07:57 +00:00
|
|
|
"erlpack": "github:discordapp/erlpack",
|
2020-04-19 17:00:16 +00:00
|
|
|
"express": "^4.17.1",
|
2020-05-08 07:35:48 +00:00
|
|
|
"firebase": "^7.14.3",
|
2020-05-07 10:54:15 +00:00
|
|
|
"firebase-admin": "^8.12.0",
|
2020-02-05 20:02:53 +00:00
|
|
|
"fs": "0.0.1-security",
|
2020-04-19 17:00:16 +00:00
|
|
|
"genius-lyrics-api": "^2.0.3",
|
2020-02-05 20:02:53 +00:00
|
|
|
"he": "^1.2.0",
|
2020-04-16 20:07:57 +00:00
|
|
|
"libsodium-wrappers": "^0.7.6",
|
2020-02-05 20:02:53 +00:00
|
|
|
"ms": "^2.1.2",
|
2020-04-19 17:00:16 +00:00
|
|
|
"node-spotify-api": "^1.1.1",
|
2020-02-05 20:02:53 +00:00
|
|
|
"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",
|
2020-05-07 10:54:15 +00:00
|
|
|
"soundcloud-api-client": "0.0.9",
|
2020-04-19 17:00:16 +00:00
|
|
|
"spotify-web-api-node": "^4.0.0",
|
2020-04-16 20:07:57 +00:00
|
|
|
"utf-8-validate": "^5.0.2",
|
2020-02-05 20:02:53 +00:00
|
|
|
"video-thumbnail-url": "^1.0.1",
|
2020-03-23 07:59:09 +00:00
|
|
|
"yt-search": "^1.1.2",
|
2020-05-08 07:35:48 +00:00
|
|
|
"ytdl-core": "^2.1.2",
|
2020-04-16 20:07:57 +00:00
|
|
|
"zlib-sync": "^0.1.6"
|
2020-02-05 20:02:53 +00:00
|
|
|
}
|
2020-05-01 17:14:06 +00:00
|
|
|
}
|