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

40 lines
1007 B
JSON
Raw Permalink Normal View History

2020-02-05 20:02:53 +00:00
{
2024-02-10 07:33:59 +00:00
"name": "musix-oss",
"version": "3.11.0",
2020-02-05 20:02:53 +00:00
"description": "V3 for Musix the discord music bot",
2020-02-10 19:09:31 +00:00
"main": "./index.js",
2020-02-05 20:02:53 +00:00
"scripts": {
2024-02-10 07:33:59 +00:00
"start": "node --max-old-space-size=3072 index.js",
"start:dev": "nodemon"
2020-02-05 20:02:53 +00:00
},
"repository": {
"type": "git",
2024-02-10 07:33:59 +00:00
"url": "git+https://github.com/musix-org/musix-oss.git"
2020-02-05 20:02:53 +00:00
},
2024-02-10 07:33:59 +00:00
"author": "Musix Org",
"license": "MIT",
2020-02-05 20:02:53 +00:00
"bugs": {
2024-02-10 07:33:59 +00:00
"url": "https://github.com/musix-org/musix-oss/issues",
2020-06-23 16:40:51 +00:00
"support": "https://discord.gg/rvHuJtB"
2020-02-05 20:02:53 +00:00
},
2024-02-10 07:33:59 +00:00
"homepage": "https://musix-org.github.io/",
2020-02-05 20:02:53 +00:00
"dependencies": {
"@discordjs/opus": "^0.9.0",
2020-07-29 18:58:35 +00:00
"discord-webhook-node": "^1.1.8",
"discord.js": "^14.16.2",
"dotenv": "^16.4.5",
"firebase": "^10.13.2",
"firebase-admin": "^12.5.0",
2020-02-05 20:02:53 +00:00
"he": "^1.2.0",
2024-02-10 07:33:59 +00:00
"prism-media": "^1.3.5",
2020-03-04 14:27:00 +00:00
"request": "^2.88.2",
2020-02-05 20:02:53 +00:00
"simple-youtube-api": "^5.2.1",
"spotify-web-api-node": "^5.0.2",
"ytdl-core": "^4.11.5",
2024-02-10 07:33:59 +00:00
"ytsr": "^3.8.4"
},
"devDependencies": {
"nodemon": "^3.1.5"
2020-02-05 20:02:53 +00:00
}
2020-07-29 18:56:10 +00:00
}