-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "himal",
"version": "5.0.2",
"description": "Himal is the #1 Lo-fi Music Bot on Discord built upon discord.js v14 that also happens to play more that 30,000 radio stations from around the world",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Grizz1e/HimalV2.git"
},
"keywords": [
"music-bot",
"radio-bot",
"lofi-bot",
"discord-bot",
"discord.js",
"discord.js-v14",
"24/7",
"radio",
"music",
"lofi",
"lo-fi",
"lofi-radio",
"discord"
],
"author": "Grizz1e",
"license": "GPL-3.0-or-later",
"dependencies": {
"@discord-player/extractor": "^4.3.1",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.0",
"axios": "^1.4.0",
"discord-player": "^6.6.0",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"ffmpeg-static": "^5.1.0",
"node-os-utils": "^1.3.7",
"prism-media": "^1.3.5",
"quickmongo": "^5.2.0",
"ytdl-core": "^4.11.4"
},
"bugs": {
"url": "https://github.com/Grizz1e/HimalV2/issues"
},
"homepage": "https://github.com/Grizz1e/HimalV2#readme"
}