forked from albertgmz/BeatDock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) 路 1.1 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) 路 1.1 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
{
"name": "beatdock",
"version": "2.7.4",
"description": "A modern and efficient Discord music bot with slash commands, multi-language support, and Docker deployment.",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"docker:build": "docker build -t beatdock:latest .",
"docker:up": "docker compose up -d",
"docker:down": "docker compose down",
"docker:logs": "docker compose logs -f"
},
"keywords": [
"discord",
"discord-bot",
"music",
"music-bot",
"bot",
"lavalink",
"youtube",
"spotify",
"docker",
"nodejs"
],
"author": "L谩zaro <lazaro98@duck.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/lazaroagomez/BeatDock.git"
},
"bugs": {
"url": "https://github.com/lazaroagomez/BeatDock/issues"
},
"homepage": "https://github.com/lazaroagomez/BeatDock#readme",
"engines": {
"node": ">=22.16.0",
"npm": ">=11.4.2"
},
"dependencies": {
"discord.js": "^14.25.1",
"dotenv": "^17.3.1",
"lavalink-client": "^2.9.7",
"picocolors": "^1.1.1"
}
}