-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.56 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.56 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
{
"name": "rexbotx",
"version": "1.3.39",
"description": "WhatsApp Bot",
"main": "index.js",
"directories": {
"commands": "commands",
"events": "events",
"tools": "tools"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install:adapter": "node install-adapter.js",
"start": "node .",
"start:pm2": "pm2 start ./index.js --name RexbotX && pm2 log"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rendiichtiarp/RexbotX.git"
},
"keywords": [
"whatsapp",
"whatsapp-bot"
],
"author": "Rendi Ichtiar Prasetyo | Myrex",
"license": "MIT",
"bugs": {
"url": "https://github.com/rendiichtiarp/RexbotX/issues"
},
"homepage": "https://github.com/rendiichtiarp/RexbotX#readme",
"dependencies": {
"@mengkodingan/ckptw": "^4.4.9",
"@mengkodingan/consolefy": "^1.0.1",
"@whiskeysockets/baileys": "github:kiuur/bails",
"@zanixongroup/uploader": "^2.0.7",
"axios": "1.9.0",
"cfonts": "^3.3.0",
"cors": "^2.8.5",
"didyoumean": "^1.2.2",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"file-type": "^16.5.4",
"form-data": "^4.0.2",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"jimp": "^0.16.1",
"jsdom": "^26.1.0",
"link-preview-js": "^3.0.14",
"mime-types": "^2.1.35",
"moment-timezone": "^0.5.47",
"mysql2": "^3.12.0",
"util": "^0.12.5",
"wa-sticker-formatter": "^4.4.4"
},
"optionalDependencies": {
"baileys-firebase": "^1.0.1",
"baileys-mongodb": "^1.0.9",
"baileys-mysql": "^1.0.4"
}
}