mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-16 03:06:01 +00:00
Fix code to work on this decade 1/x
This commit is contained in:
40
package.json
40
package.json
@ -1,51 +1,39 @@
|
||||
{
|
||||
"name": "musix",
|
||||
"version": "3.10.2",
|
||||
"name": "musix-oss",
|
||||
"version": "3.11.0",
|
||||
"description": "V3 for Musix the discord music bot",
|
||||
"main": "./index.js",
|
||||
"scripts": {
|
||||
"start": "node --max-old-space-size=3072 index.js"
|
||||
"start": "node --max-old-space-size=3072 index.js",
|
||||
"start:dev": "nodemon"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/MatteZ02/Musix-V3.git"
|
||||
"url": "git+https://github.com/musix-org/musix-oss.git"
|
||||
},
|
||||
"author": "Matte",
|
||||
"license": "ISC",
|
||||
"author": "Musix Org",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/MatteZ02/Musix-V3/issues",
|
||||
"url": "https://github.com/musix-org/musix-oss/issues",
|
||||
"support": "https://discord.gg/rvHuJtB"
|
||||
},
|
||||
"homepage": "https://musix-web.herokuapp.com/",
|
||||
"homepage": "https://musix-org.github.io/",
|
||||
"dependencies": {
|
||||
"@discordjs/opus": "^0.9.0",
|
||||
"bodapi.js": "^1.1.1",
|
||||
"bufferutil": "^4.0.1",
|
||||
"cookie-parser": "^1.4.5",
|
||||
"cors": "^2.8.5",
|
||||
"dblapi.js": "^2.4.0",
|
||||
"discord-webhook-node": "^1.1.8",
|
||||
"discord.js": "^14.14.1",
|
||||
"dotenv": "^16.4.1",
|
||||
"erlpack": "github:discordapp/erlpack",
|
||||
"express": "^4.17.1",
|
||||
"firebase": "^10.8.0",
|
||||
"firebase-admin": "^12.0.0",
|
||||
"fs": "0.0.1-security",
|
||||
"genius-lyrics-api": "^3.2.0",
|
||||
"he": "^1.2.0",
|
||||
"libsodium-wrappers": "^0.7.6",
|
||||
"ms": "^2.1.2",
|
||||
"node-spotify-api": "^1.1.1",
|
||||
"prism-media": "github:hydrabolt/prism-media",
|
||||
"prism-media": "^1.3.5",
|
||||
"request": "^2.88.2",
|
||||
"similar-songs": "^0.1.3",
|
||||
"simple-youtube-api": "^5.2.1",
|
||||
"soundcloud-api-client": "0.0.9",
|
||||
"spotify-web-api-node": "^5.0.2",
|
||||
"utf-8-validate": "^6.0.3",
|
||||
"ytdl-core": "^4.11.5",
|
||||
"ytsr": "^3.8.4",
|
||||
"zlib-sync": "^0.1.7"
|
||||
"ytsr": "^3.8.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.0.3"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user