forked from Malexion/Rhythm-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 928 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
{
"name": "rhythm-bot",
"version": "2.1.5",
"description": "",
"main": "dist/app.js",
"scripts": {
"start": "tsc && node dist/app",
"build": "tsc"
},
"author": "Malexion",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.3.3",
"@types/jsonfile": "^5.0.1",
"@types/minimist": "^1.2.0",
"@types/moment": "^2.13.0",
"@types/node": "^12.12.48",
"@types/winston": "^2.4.4",
"@types/yt-search": "^2.3.0",
"bufferutil": "^4.0.1",
"discord-bot-quickstart": "0.0.12",
"discord-command-parser": "^1.5.3",
"discord.js": "^12.5.1",
"erlpack": "^0.1.3",
"ffmpeg-static": "^4.2.7",
"jsonfile": "^2.4.0",
"minimist": "^1.2.3",
"moment": "^2.27.0",
"sodium": "^3.0.2",
"typescript": "^3.9.6",
"utf-8-validate": "^5.0.2",
"winston": "^3.3.3",
"yt-search": "^2.5.1",
"ytdl-core": "^4.4.1",
"zlib-sync": "^0.1.7"
}
}