-
Notifications
You must be signed in to change notification settings - Fork 2.9k
/
package.json
83 lines (83 loc) · 2.25 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "discord-musicbot",
"version": "5.0.0-beta",
"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": {
"start": "node index",
"rm-logs": "rm logs.log",
"lint": "prettier --check .",
"deploy": "node deploy/deployGlobal",
"guild": "node deploy/deployGuild",
"destroy-guild": "node deploy/destroyGuild",
"destroy-global": "node deploy/destroyGlobal",
"ddev": "cd dashboard && npm run dev",
"dbuild": "cd dashboard && npm run build && npm run export",
"dstart": "cd dashboard && npm run start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SudhanPlayz/Discord-MusicBot.git"
},
"engines": {
"node": ">=16.x <=16.16"
},
"keywords": [
"discord",
"discord-bot",
"discord-musicbot",
"music",
"discord-music"
],
"authors": [
"SudhanPlayz",
"DarrenOfficial"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SudhanPlayz/Discord-MusicBot/issues"
},
"homepage": "https://github.com/SudhanPlayz/Discord-MusicBot#readme",
"dependencies": {
"@discordjs/builders": "^1.4.0",
"@discordjs/rest": "^1.5.0",
"axios": "^0.27.0",
"better-erela.js-apple": "^0.1.0",
"better-erela.js-spotify": "1.3.9",
"colors": "1.3.3",
"discord-api-types": "0.37.1",
"discord-together": "^1.3.25",
"discord.js": "^13.14.0",
"dotenv": "^16.0.1",
"ejs": "^3.1.6",
"erela.js": "^2.3.3",
"erela.js-deezer": "^1.0.7",
"erela.js-facebook": "^1.0.4",
"erela.js-filters": "^1.2.6",
"express": "^4.17.1",
"express-rate-limit": "^6.2.0",
"express-session": "^1.17.3",
"express-ws": "^5.0.2",
"js-yaml": "^4.1.0",
"jsoning": "^0.13.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"node-fetch": "2.6.7",
"os": "^0.1.2",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"pretty-ms": "^7.0.1",
"rlyrics": "^2.0.1",
"systeminformation": "^5.9.12",
"winston": "^3.3.3",
"youtube-sr": "^4.3.4"
},
"devDependencies": {
"prettier": "2.6.2"
},
"volta": {
"node": "16.15.1",
"yarn": "3.3.0"
}
}