-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
executable file
·42 lines (42 loc) · 1.01 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
{
"name": "0xBot",
"version": "1.3.0",
"description": "[MIT] Fully modular discord bot",
"main": "index.js",
"type": "module",
"scripts": {
"run": "node index.js",
"pack": "python3 ./build/builder.py"
},
"keywords": [],
"author": "SmartsHub, Jallox",
"license": "MIT",
"types": "types/module.d.ts",
"packageManager": "npm@10.11.0",
"dependencies": {
"@napi-rs/canvas": "0.1.79",
"adm-zip": "0.5.16",
"chalk": "5.4.1",
"discord-gamecord": "4.4.2",
"discord-html-transcripts": "3.2.0",
"discord.js": "14.21.0",
"form-data": "^4.0.4",
"js-yaml": "4.1.0",
"mongodb": "6.19.0",
"mongoose": "8.18.0",
"node-cron": "^4.2.1",
"node-fetch": "^3.3.2",
"valuesaver": "1.9.3"
},
"imports": {
"#logger": "./core/logger.js",
"#client": "./core/bot/client.js",
"#api": "./core/modules/loader.js"
},
"devDependencies": {
"esbuild": "^0.25.10",
"fs-extra": "^11.3.2",
"glob": "^11.0.3",
"javascript-obfuscator": "^4.1.1"
}
}