-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 968 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "music-bot",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "TYSON",
"license": "MIT",
"dependencies": {
"array-move": "^3.0.1",
"common-tags": "^1.8.0",
"discord.js": "^12.4.1",
"erela.js": "^2.2.0",
"figlet": "^1.5.0",
"fs": "0.0.1-security",
"glob": "^7.1.6",
"got": "^11.8.0",
"https": "^1.0.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.13.3",
"ms": "^2.1.3",
"opusscript": "0.0.7",
"os": "^0.1.1",
"path": "^0.12.7",
"quick.db": "^7.1.3",
"request": "^2.88.2",
"simple-youtube-api": "^5.2.1",
"soundcloud-downloader": "^0.1.8",
"string-progressbar": "^1.0.1",
"util": "^0.12.3",
"uuid": "^8.3.2"
},
"devDependencies": {},
"description": "This is a music bot with awsome features"
}