generated from eritislami/evobot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 962 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
{
"name": "henwy",
"version": "0.9.0",
"description": "Discord music bot built with discord.js",
"main": "index.js",
"author": "KingRain <samjoe55555@gmail.com>",
"private": true,
"homepage": "https://github.com/KingRain/SimpleDiscordMusicBot",
"repository": "KingRain/SimpleDiscordMusicBot",
"bugs": "https://github.com/KingRain/SimpleDiscordMusicBot/issues",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@discordjs/opus": "^0.3.3",
"@discordjs/rest": "^0.5.0",
"array-move": "^3.0.1",
"discord-api-types": "^0.36.1",
"discord.js": "^12.5.1",
"erela.js": "^2.3.3",
"erit-ytdl": "^0.1.2",
"express": "^4.17.1",
"ffmpeg-static": "^4.2.3",
"lodash": "^4.17.21",
"lyrics-finder": "^21.7.0",
"simple-youtube-api": "^5.1.1",
"soundcloud-downloader": "^0.2.3",
"string-progressbar": "^1.0.1",
"ytdl-core": "^4.11.0"
},
"scripts": {
"start": "node index.js"
}
}