2019-10-11 11:13:40 +00:00
|
|
|
{
|
2024-02-09 09:53:30 +00:00
|
|
|
"name": "musix-oss",
|
|
|
|
"version": "2.22.0",
|
2019-10-11 11:13:40 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2024-02-09 09:53:30 +00:00
|
|
|
"start": "node index.js",
|
|
|
|
"start:dev": "nodemon"
|
2019-10-11 11:13:40 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
2024-02-09 09:53:30 +00:00
|
|
|
"author": "Musix Org",
|
2019-10-11 11:24:27 +00:00
|
|
|
"license": "MIT",
|
2024-02-09 09:53:30 +00:00
|
|
|
"homepage": "https://https://github.com/musix-oss/musix",
|
2019-10-31 12:13:21 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-02-09 09:53:30 +00:00
|
|
|
"url": "https://https://github.com/musix-oss/musix"
|
2019-10-31 12:13:21 +00:00
|
|
|
},
|
2019-10-11 11:13:40 +00:00
|
|
|
"dependencies": {
|
2024-02-08 22:02:03 +00:00
|
|
|
"discord.js": "^14.14.1",
|
2024-02-09 09:53:30 +00:00
|
|
|
"@discordjs/voice": "^0.16.1",
|
|
|
|
"@discordjs/opus": "^0.9.0",
|
2024-02-20 23:54:21 +00:00
|
|
|
"dotenv": "^16.4.5",
|
2024-04-24 09:57:29 +00:00
|
|
|
"firebase": "^10.11.0",
|
2024-05-21 23:24:00 +00:00
|
|
|
"firebase-admin": "^12.1.1",
|
2019-10-16 11:20:49 +00:00
|
|
|
"he": "^1.2.0",
|
2024-02-09 00:04:08 +00:00
|
|
|
"ms": "^2.1.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",
|
2024-02-09 00:03:40 +00:00
|
|
|
"ytdl-core": "^4.11.5"
|
2024-02-09 09:53:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-23 00:16:31 +00:00
|
|
|
"nodemon": "^3.1.0"
|
2019-10-11 11:13:40 +00:00
|
|
|
}
|
|
|
|
}
|