-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 KB
/
package.json
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
{
"name": "clash-wa-bot",
"version": "1.0.0",
"description": "Simple whatsapp bot with multi device.",
"main": "index.js",
"directories": {
"lib": "lib",
"components": "components",
"session": "session"
},
"scripts": {
"start": "node index.js"
},
"author": "TOXIC-KICHUX",
"license": "MIT",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@toxickichux/fancytext": "^1.0.3",
"@whiskeysockets/baileys": "^6.5.0",
"awesome-phonenumber": "^2.64.0",
"axios": "^0.24.0",
"child_process": "^1.0.2",
"express": "^4.18.2",
"fetch": "^1.1.0",
"figlet": "^1.5.2",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs": "0.0.1-security",
"google-tts-api": "^2.0.2",
"got": "^11.8.2",
"http": "^0.0.1-security",
"human-readable": "^0.2.1",
"jimp": "^0.16.2",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"node-fetch": "^2.6.4",
"os": "^0.1.2",
"parse-ms": "^2.1.0",
"performance-now": "^2.1.0",
"pg": "8.11.3",
"pino": "^7.2.0",
"pm2": "^5.3.0",
"qrcode-terminal": "^0.12.0",
"request": "^2.88.2",
"sequelize": "^6.23.0",
"sqlite3": "^5.1.6",
"util": "^0.12.4"
}
}