1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-19 22:11:55 +00:00
musix-oss/package.json

35 lines
780 B
JSON
Raw Normal View History

2019-10-11 11:13:40 +00:00
{
2024-02-09 09:53:30 +00:00
"name": "musix-oss",
"version": "2.22.0",
2019-10-11 11:13:40 +00:00
"description": "",
"main": "index.js",
"scripts": {
2024-02-09 09:53:30 +00:00
"start": "node index.js",
"start:dev": "nodemon"
2019-10-11 11:13:40 +00:00
},
"keywords": [],
2024-02-09 09:53:30 +00:00
"author": "Musix Org",
2019-10-11 11:24:27 +00:00
"license": "MIT",
2024-02-09 09:53:30 +00:00
"homepage": "https://https://github.com/musix-oss/musix",
2019-10-31 12:13:21 +00:00
"repository": {
"type": "git",
2024-02-09 09:53:30 +00:00
"url": "https://https://github.com/musix-oss/musix"
2019-10-31 12:13:21 +00:00
},
2019-10-11 11:13:40 +00:00
"dependencies": {
"discord.js": "^14.16.2",
"@discordjs/voice": "^0.17.0",
2024-02-09 09:53:30 +00:00
"@discordjs/opus": "^0.9.0",
"dotenv": "^16.4.5",
"firebase": "^10.13.2",
"firebase-admin": "^12.5.0",
2019-10-16 11:20:49 +00:00
"he": "^1.2.0",
"ms": "^2.1.3",
2020-04-29 09:15:49 +00:00
"request": "^2.88.2",
2019-10-11 11:13:40 +00:00
"simple-youtube-api": "^5.2.1",
"ytdl-core": "^4.11.5"
2024-02-09 09:53:30 +00:00
},
"devDependencies": {
"nodemon": "^3.1.5"
2019-10-11 11:13:40 +00:00
}
}