-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 964 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 964 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
{
"name": "choomai-bot",
"version": "1.0.3",
"description": "A Discord Bot using discord.js",
"type": "module",
"main": "app.js",
"scripts": {
"test": "vitest run",
"sync": "node sync_cmd.js"
},
"author": {
"name": "Choomai",
"email": "main@choomai.net",
"url": "https://choomai.net"
},
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/Choomai/choomai-bot",
"engines": {
"node": ">=20.12.0"
},
"dependencies": {
"bullmq": "^5.75.2",
"discord.js": "^14.26.3",
"ejs": "^5.0.2",
"express": "^5.2.1",
"mysql2": "^3.22.1",
"systeminformation": "^5.31.5",
"wol": "^1.0.7",
"zod": "^4.3.6"
},
"devDependencies": {
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@dotenvx/dotenvx": "^1.61.1",
"vitest": "^4.1.7"
}
}