-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 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": "Rias-Gremory",
"version": "3.0.0",
"description": "WhatsApp Bot Using Nodejs",
"main": "index.js",
"type": "commonjs",
"directories": {
"commands": "commands",
"database": "database",
"session": "session",
"Toxxic": "Toxxic",
"tmp": " tmp"
},
"scripts": {
"start": "node server.js"
},
"author": "Toxxic",
"license": "MIT",
"dependencies": {
"@whiskeysockets/baileys": "^6.7.9",
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.1",
"awesome-phonenumber": "^7.2.0",
"axios": "^1.7.7",
"chalk": "^4.1.2",
"wa-sticker-formatter": "^4.4.4",
"canvas": "^2.11.2",
"cheerio": "^1.0.0-rc.12",
"cookie": "^0.5.0",
"express": "^4.21.1",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs-extra": "^11.1.1",
"https": "^1.0.0",
"human-readable": "^0.2.1",
"jimp": "^0.16.13",
"jsdom": "^25.0.1",
"javascript-obfuscator": "^4.1.1",
"mathjs": "^13.2.2",
"moment-timezone": "^0.5.46",
"node-fetch": "^2.6.11",
"performance-now": "^2.1.0",
"pino": "^9.5.0",
"vcf": "^2.1.2",
"vm": "^0.1.0",
"simple-git": "^3.27.0",
"yt-search": "^2.12.1"
}
}