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:
22
package.json
22
package.json
@ -1,32 +1,34 @@
|
||||
{
|
||||
"name": "Musix",
|
||||
"version": "2.21.1",
|
||||
"name": "musix-oss",
|
||||
"version": "2.22.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node ."
|
||||
"start": "node index.js",
|
||||
"start:dev": "nodemon"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "MatteZ02",
|
||||
"author": "Musix Org",
|
||||
"license": "MIT",
|
||||
"homepage": "https://https://github.com/MatteZ02/Musix",
|
||||
"homepage": "https://https://github.com/musix-oss/musix",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://https://github.com/MatteZ02/Musix"
|
||||
"url": "https://https://github.com/musix-oss/musix"
|
||||
},
|
||||
"dependencies": {
|
||||
"dblapi.js": "^2.4.1",
|
||||
"discord.js": "^14.14.1",
|
||||
"@discordjs/voice": "^0.16.1",
|
||||
"@discordjs/opus": "^0.9.0",
|
||||
"dotenv": "^16.4.1",
|
||||
"ffmpeg-static": "^5.2.0",
|
||||
"firebase": "^10.8.0",
|
||||
"firebase-admin": "^12.0.0",
|
||||
"fs": "0.0.1-security",
|
||||
"he": "^1.2.0",
|
||||
"ms": "^2.1.3",
|
||||
"node-opus": "^0.3.3",
|
||||
"request": "^2.88.2",
|
||||
"simple-youtube-api": "^5.2.1",
|
||||
"ytdl-core": "^4.11.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.0.3"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user