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

Added packages

This commit is contained in:
MatteZ02 2019-10-11 14:13:40 +03:00
parent a1a5076e1c
commit 147fffaf8a
2 changed files with 2641 additions and 0 deletions

2616
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

25
package.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "Musix",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dblapi.js": "^2.3.0",
"discord.js": "^11.5.1",
"dotenv": "^8.1.0",
"firebase": "^6.6.0",
"firebase-admin": "^8.5.0",
"fs": "0.0.1-security",
"ms": "^2.1.1",
"node-opus": "^0.3.2",
"request": "^2.88.0",
"simple-youtube-api": "^5.2.1",
"ytdl-core": "^0.29.7"
}
}