2020-02-05 22:02:53 +02:00
|
|
|
{
|
2024-02-10 09:33:59 +02:00
|
|
|
"name": "musix-oss",
|
|
|
|
"version": "3.11.0",
|
2020-02-05 22:02:53 +02:00
|
|
|
"description": "V3 for Musix the discord music bot",
|
2020-02-10 21:09:31 +02:00
|
|
|
"main": "./index.js",
|
2020-02-05 22:02:53 +02:00
|
|
|
"scripts": {
|
2024-02-10 09:33:59 +02:00
|
|
|
"start": "node --max-old-space-size=3072 index.js",
|
|
|
|
"start:dev": "nodemon"
|
2020-02-05 22:02:53 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-02-10 09:33:59 +02:00
|
|
|
"url": "git+https://github.com/musix-org/musix-oss.git"
|
2020-02-05 22:02:53 +02:00
|
|
|
},
|
2024-02-10 09:33:59 +02:00
|
|
|
"author": "Musix Org",
|
|
|
|
"license": "MIT",
|
2020-02-05 22:02:53 +02:00
|
|
|
"bugs": {
|
2024-02-10 09:33:59 +02:00
|
|
|
"url": "https://github.com/musix-org/musix-oss/issues",
|
2020-06-23 19:40:51 +03:00
|
|
|
"support": "https://discord.gg/rvHuJtB"
|
2020-02-05 22:02:53 +02:00
|
|
|
},
|
2024-02-10 09:33:59 +02:00
|
|
|
"homepage": "https://musix-org.github.io/",
|
2020-02-05 22:02:53 +02:00
|
|
|
"dependencies": {
|
2025-01-28 00:02:06 +00:00
|
|
|
"@discordjs/opus": "^0.10.0",
|
2020-07-29 21:58:35 +03:00
|
|
|
"discord-webhook-node": "^1.1.8",
|
2025-01-09 00:00:31 +00:00
|
|
|
"discord.js": "^14.17.3",
|
2024-12-04 00:01:38 +00:00
|
|
|
"dotenv": "^16.4.7",
|
2025-02-06 23:18:31 +00:00
|
|
|
"firebase": "^11.3.0",
|
2024-12-19 23:38:55 +00:00
|
|
|
"firebase-admin": "^13.0.2",
|
2020-02-05 22:02:53 +02:00
|
|
|
"he": "^1.2.0",
|
2024-02-10 09:33:59 +02:00
|
|
|
"prism-media": "^1.3.5",
|
2020-03-04 16:27:00 +02:00
|
|
|
"request": "^2.88.2",
|
2020-02-05 22:02:53 +02:00
|
|
|
"simple-youtube-api": "^5.2.1",
|
2024-02-08 21:53:40 +00:00
|
|
|
"spotify-web-api-node": "^5.0.2",
|
2024-02-09 05:29:16 +00:00
|
|
|
"ytdl-core": "^4.11.5",
|
2024-02-10 09:33:59 +02:00
|
|
|
"ytsr": "^3.8.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-12-14 00:05:10 +00:00
|
|
|
"nodemon": "^3.1.9"
|
2020-02-05 22:02:53 +02:00
|
|
|
}
|
2020-07-29 21:56:10 +03:00
|
|
|
}
|