-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
60 lines (60 loc) · 1.51 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "rock",
"version": "3.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.5.3",
"@distube/soundcloud": "^1.0.0",
"@distube/spotify": "^1.0.0",
"@distube/youtube-dl": "^1.0.4",
"@iamtraction/google-translate": "^1.1.2",
"@ksoft/api": "^3.1.9",
"aki-api": "^5.2.1",
"ascii-table": "^0.0.9",
"canvacord": "^5.2.3",
"canvas": "^2.8.0",
"colornames": "^1.1.1",
"colors": "^1.4.0",
"common-tags": "^1.8.0",
"cpu-stat": "^2.0.1",
"discord-backup": "^2.5.0",
"discord-buttons": "^4.0.0",
"discord-canvas": "^1.4.1",
"discord-giveaways": "^4.5.1",
"discord-xp": "^1.1.16",
"discord-yt-poster": "^2.0.3",
"discord.js": "^12.5.3",
"enmap": "^5.8.7",
"express": "^4.17.1",
"ffmpeg-static": "^4.4.0",
"figlet": "^1.5.2",
"got": "^11.8.2",
"mathjs": "^9.5.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.12.14",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"npm": "^7.24.1",
"quick.db": "^7.1.3",
"snakecord": "^1.0.9",
"soundcloud-downloader": "^1.0.0",
"sourcebin_js": "^0.0.3-ignore",
"spotify-url-info": "^2.2.3",
"to-zalgo": "^1.0.1",
"twemoji-parser": "^13.1.0",
"youtube-sr": "^4.1.5",
"ytdl-core": "^4.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kabijaipal/rock"
}
}