-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.35 KB
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
{
"name": "discord-bot-rpg",
"version": "1.0.0",
"description": "Discord Bot RPG with massive economy system (1000+ items), circular economy, gathering, crafting, music player, and comprehensive RPG features - like WhatsApp bot but for Discord",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node test-commands.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gicelldev/Discord-Bot-RPG-.git"
},
"keywords": [
"discord",
"bot",
"rpg",
"economy",
"music",
"discord.js",
"whatsapp-like",
"circular-economy",
"1000-items",
"crafting",
"gathering",
"gambling"
],
"author": "GilangRaja",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/Gicelldev/Discord-Bot-RPG-/issues"
},
"homepage": "https://github.com/Gicelldev/Discord-Bot-RPG-#readme",
"dependencies": {
"@bochilteam/scraper": "^5.0.1",
"@discordjs/voice": "^0.19.0",
"@distube/ytdl-core": "^4.16.12",
"@snazzah/davey": "^0.1.9",
"axios": "^1.13.2",
"discord.js": "^14.25.1",
"ffmpeg-static": "^5.3.0",
"fs": "^0.0.1-security",
"opusscript": "^0.0.8",
"play-dl": "^1.9.7",
"playwright": "^1.57.0",
"youtube-dl-exec": "^3.0.28",
"youtubei.js": "^16.0.1",
"yt-search": "^2.13.1",
"ytdl-core": "^4.11.5"
}
}