2019-10-11 11:13:40 +00:00
|
|
|
{
|
|
|
|
"name": "Musix",
|
2020-04-29 09:15:49 +00:00
|
|
|
"version": "2.21.1",
|
2019-10-11 11:13:40 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2019-10-11 11:24:27 +00:00
|
|
|
"start": "node ."
|
2019-10-11 11:13:40 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
2019-10-11 11:24:27 +00:00
|
|
|
"author": "MatteZ02",
|
|
|
|
"license": "MIT",
|
2019-10-11 11:50:00 +00:00
|
|
|
"homepage": "https://https://github.com/MatteZ02/Musix",
|
2019-10-31 12:13:21 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://https://github.com/MatteZ02/Musix"
|
|
|
|
},
|
2019-10-11 11:13:40 +00:00
|
|
|
"dependencies": {
|
2020-04-29 09:15:49 +00:00
|
|
|
"dblapi.js": "^2.4.0",
|
|
|
|
"discord.js": "^11.6.4",
|
2024-02-08 21:52:20 +00:00
|
|
|
"dotenv": "^16.4.1",
|
2024-02-08 21:56:27 +00:00
|
|
|
"ffmpeg-static": "^5.2.0",
|
2019-10-16 11:20:49 +00:00
|
|
|
"firebase": "^6.6.2",
|
2020-04-29 09:15:49 +00:00
|
|
|
"firebase-admin": "^8.11.0",
|
2019-10-11 11:13:40 +00:00
|
|
|
"fs": "0.0.1-security",
|
2019-10-16 11:20:49 +00:00
|
|
|
"he": "^1.2.0",
|
|
|
|
"ms": "^2.1.2",
|
2019-10-20 18:17:53 +00:00
|
|
|
"node-opus": "^0.3.3",
|
2020-04-29 09:15:49 +00:00
|
|
|
"request": "^2.88.2",
|
2019-10-11 11:13:40 +00:00
|
|
|
"simple-youtube-api": "^5.2.1",
|
2019-10-16 11:20:49 +00:00
|
|
|
"ytdl-core": "^0.29.7"
|
2019-10-11 11:13:40 +00:00
|
|
|
}
|
|
|
|
}
|