-
-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.6 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.6 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "lunox",
"version": "3.1.0",
"description": "Lunox by @adh319",
"main": "src/index.js",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"start": "node ./src/index.js",
"format": "prettier -w .",
"format:check": "prettier -c ."
},
"dependencies": {
"axios": "^1.13.5",
"chalk": "^4.1.2",
"discord-hybrid-sharding": "^2.2.6",
"discord.js": "^14.25.1",
"dotenv": "^17.3.1",
"google-search-url": "^0.1.8",
"llyrics": "^1.3.1",
"lodash": "^4.17.23",
"moment": "^2.30.1",
"mongoose": "^9.2.1",
"node-cron": "^4.2.1",
"pretty-ms": "^9.3.0",
"rainlink": "^1.2.7",
"rainlink-voice": "^1.0.1"
},
"devDependencies": {
"@types/node-cron": "^3.0.11",
"prettier": "^3.8.1"
},
"keywords": [
"discord",
"bot",
"lunox",
"music",
"music bot",
"discord bot",
"discord.js",
"discord music bot",
"discord.js music bot",
"lavalink",
"lavalink bot",
"lavalink discord bot",
"lavalink music bot",
"lavalink discord.js",
"lavalink discord.js music bot"
],
"author": {
"name": "adh319",
"url": "https://github.com/adh319"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/adh319/Lunox.git"
},
"bugs": {
"url": "https://github.com/adh319/Lunox#issues"
},
"homepage": "https://github.com/adh319/Lunox/#readme"
}