mirror of
https://github.com/musix-org/musix-oss
synced 2025-04-27 18:14:48 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.9 to 3.1.10. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.1.9...v3.1.10) --- updated-dependencies: - dependency-name: nodemon dependency-version: 3.1.10 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
35 lines
781 B
JSON
35 lines
781 B
JSON
{
|
|
"name": "musix-oss",
|
|
"version": "2.22.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"start:dev": "nodemon"
|
|
},
|
|
"keywords": [],
|
|
"author": "Musix Org",
|
|
"license": "MIT",
|
|
"homepage": "https://https://github.com/musix-oss/musix",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://https://github.com/musix-oss/musix"
|
|
},
|
|
"dependencies": {
|
|
"discord.js": "^14.18.0",
|
|
"@discordjs/voice": "^0.18.0",
|
|
"@discordjs/opus": "^0.10.0",
|
|
"dotenv": "^16.5.0",
|
|
"firebase": "^11.6.0",
|
|
"firebase-admin": "^13.3.0",
|
|
"he": "^1.2.0",
|
|
"ms": "^2.1.3",
|
|
"request": "^2.88.2",
|
|
"simple-youtube-api": "^5.2.1",
|
|
"ytdl-core": "^4.11.5"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
}
|