-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
51 lines (51 loc) · 1.35 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
51
{
"name": "BLUE_DEMON",
"version": "𝟑.𝟎",
"description": "Simple Bot Whatsapp With Baileys",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
},
"author": "Demon",
"license": "ISC",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"awesome-phonenumber": "^2.64.0",
"axios": "^0.24.0",
"baileys": "npm:@whiskeysockets/baileys@^6.7.7",
"canvas-hikki": "github:KirBotz/canvas-hikki",
"chalk": "^4.1.2",
"canvafy": "^7.2.0",
"cheerio": "^1.0.0-rc.10",
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"digitalocean": "^1.2.1",
"discord.js": "^14.14.1",
"fake-useragent": "^1.0.1",
"file-type": "^16.5.3",
"yt-search": "^2.10.3",
"fluent-ffmpeg": "^2.1.2",
"javascript-obfuscator": "^4.0.0",
"jimp": "^0.16.1",
"knights-canvas": "github:KirBotz/knights-canvas",
"moment-timezone": "^0.5.34",
"multistream": "^2.1.0",
"node-fetch": "^2.6.7",
"node-cache": "^5.1.2",
"node-webpmux": "^3.1.0",
"openai": "^3.3.0",
"os": "^0.1.1",
"parse-ms": "^2.1.0",
"pino": "^8.1.0",
"qrcode": "^1.5.1",
"qrcode-terminal": "^0.12.0",
"readline": "^1.3.0",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"spinnies": "^0.5.1",
"ssh2": "^1.14.0",
"util": "^0.12.5",
"wa-sticker-formatter": "^4.4.4"
}
}