1
0
mirror of https://github.com/musix-org/musix-oss synced 2026-04-08 18:15:05 +00:00
Files
musix-oss/package.json
dependabot[bot] dff12311b7 Bump dotenv from 17.4.0 to 17.4.1
Bumps [dotenv](https://github.com/motdotla/dotenv) from 17.4.0 to 17.4.1.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v17.4.0...v17.4.1)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 17.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-06 23:13:11 +00:00

35 lines
782 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.26.2",
"@discordjs/voice": "^0.19.2",
"@discordjs/opus": "^0.10.0",
"dotenv": "^17.4.1",
"firebase": "^12.11.0",
"firebase-admin": "^13.7.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.14"
}
}