2020-02-05 20:02:53 +00:00
|
|
|
{
|
2024-02-10 07:33:59 +00:00
|
|
|
"name": "musix-oss",
|
|
|
|
"version": "3.11.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": {
|
2024-02-10 07:33:59 +00:00
|
|
|
"start": "node --max-old-space-size=3072 index.js",
|
|
|
|
"start:dev": "nodemon"
|
2020-02-05 20:02:53 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-02-10 07:33:59 +00:00
|
|
|
"url": "git+https://github.com/musix-org/musix-oss.git"
|
2020-02-05 20:02:53 +00:00
|
|
|
},
|
2024-02-10 07:33:59 +00:00
|
|
|
"author": "Musix Org",
|
|
|
|
"license": "MIT",
|
2020-02-05 20:02:53 +00:00
|
|
|
"bugs": {
|
2024-02-10 07:33:59 +00:00
|
|
|
"url": "https://github.com/musix-org/musix-oss/issues",
|
2020-06-23 16:40:51 +00:00
|
|
|
"support": "https://discord.gg/rvHuJtB"
|
2020-02-05 20:02:53 +00:00
|
|
|
},
|
2024-02-10 07:33:59 +00:00
|
|
|
"homepage": "https://musix-org.github.io/",
|
2020-02-05 20:02:53 +00:00
|
|
|
"dependencies": {
|
2024-02-08 21:53:31 +00:00
|
|
|
"@discordjs/opus": "^0.9.0",
|
2020-07-29 18:58:35 +00:00
|
|
|
"discord-webhook-node": "^1.1.8",
|
2024-06-03 23:27:15 +00:00
|
|
|
"discord.js": "^14.15.3",
|
2024-02-20 23:30:14 +00:00
|
|
|
"dotenv": "^16.4.5",
|
2024-08-01 23:25:15 +00:00
|
|
|
"firebase": "^10.12.5",
|
2024-07-26 00:04:10 +00:00
|
|
|
"firebase-admin": "^12.3.0",
|
2020-02-05 20:02:53 +00:00
|
|
|
"he": "^1.2.0",
|
2024-02-10 07:33:59 +00:00
|
|
|
"prism-media": "^1.3.5",
|
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",
|
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 07:33:59 +00:00
|
|
|
"ytsr": "^3.8.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-20 23:40:52 +00:00
|
|
|
"nodemon": "^3.1.4"
|
2020-02-05 20:02:53 +00:00
|
|
|
}
|
2020-07-29 18:56:10 +00:00
|
|
|
}
|