1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-19 22:11:55 +00:00
musix-oss/package.json
github-actions[bot] b46c5c4c9f
Merge pull request #74 from musix-org/dependabot/npm_and_yarn/v2/firebase-admin-12.2.0
Bump firebase-admin from 12.1.1 to 12.2.0
2024-06-20 23:59:27 +00:00

35 lines
780 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.15.3",
"@discordjs/voice": "^0.17.0",
"@discordjs/opus": "^0.9.0",
"dotenv": "^16.4.5",
"firebase": "^10.12.2",
"firebase-admin": "^12.2.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.4"
}
}