-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.83 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
{
"name": "discord-musicbot",
"version": "4.1.1",
"description": "Very simple discord music bot with the discord.js with Song Name playing. It can able to play music with the song name",
"main": "index.js",
"scripts": {
"install-node-v14": "wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash && export NVM_DIR=\"$([ -z \"${XDG_CONFIG_HOME-}\" ] && printf %s \"${HOME}/.nvm\" || printf %s \"${XDG_CONFIG_HOME}/nvm\")\" && [ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\" && nvm install 14 && nvm use 14",
"start": "node index",
"rm-logs": "rm Logs.log",
"lavalink": "java -jar /media/raspberryrbx/RBXFiles/SushanBot/Discord-MusicBot/Lavalink/Lavalink.jar"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SudhanPlayz/Discord-MusicBot.git"
},
"engines": {
"node": "14.x"
},
"keywords": [
"discord",
"discord-bot",
"discord-musicbot",
"music",
"discord-music"
],
"author": "SudhanPlayz",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/SudhanPlayz/Discord-MusicBot/issues"
},
"homepage": "https://github.com/SudhanPlayz/Discord-MusicBot#readme",
"dependencies": {
"colors": "^1.4.0",
"cpu-stat": "^2.0.1",
"discord.js": "^12.5.3",
"discordjs-activity": "1.2.0",
"erela.js": "^2.3.2",
"express": "^4.17.1",
"express-session": "^1.17.1",
"jsoning": "^0.11.0",
"lavasfy": "2.3.0",
"lodash": "^4.17.21",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.12.3",
"node-fetch": "^2.6.1",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"pretty-ms": "^7.0.1",
"quick.db": "^7.1.3",
"socket.io": "^4.0.1",
"winston": "^3.3.3"
},
"devDependencies": {
"prettier": "2.4.1"
}
}