-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 893 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 893 Bytes
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
{
"name": "Byte-Bot",
"version": "2.1.0",
"description": "DiscordBot mit vielen Funktionen.",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"author": "Dominic Hahn",
"license": "MIT",
"dependencies": {
"discord.js": "^14.7.1",
"yt-dlp-exec": "^1.0.0",
"path": "^0.12.7",
"fs": "^0.0.1-security",
"node-emoji": "^1.11.0",
"mysql2": "^3.2.0",
"dotenv": "^16.0.3",
"@discordjs/voice": "^0.18.0"
},
"keywords": [
"discord",
"bot",
"discord-bot",
"music",
"moderation",
"discord-js",
"nodejs",
"voice",
"yt-dlp"
],
"repository": {
"type": "git",
"url": "https://github.com/DarkNinja-Lab/ByteBot-DiscordBot.git"
},
"bugs": {
"url": "https://github.com/DarkNinja-Lab/ByteBot-DiscordBot/issues"
},
"homepage": "https://github.com/DarkNinja-Lab/ByteBot-DiscordBot#readme"
}