-
Notifications
You must be signed in to change notification settings - Fork 128
/
package.json
52 lines (52 loc) · 1.19 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
52
{
"name": "Adrian-MD",
"version": "1.4.0",
"description": "WhatsApp Using Lib Baileys Multi Device",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
},
"keywords": [
"termux",
"whatsapp",
"2023",
"wabase-md",
"base",
"baileys-md",
"bot",
"bot-md",
"multi-device"
],
"author": "AdrianTzy",
"license": "MIT",
"dependencies": {
"@adiwajshing/baileys": "npm:baileys",
"@adiwajshing/keyed-db": "^0.2.4",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@hapi/boom": "^10.0.0",
"awesome-phonenumber": "^5.8.0",
"axios": "^1.4.0",
"boom": "^7.3.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^11.1.1",
"human-readable": "^0.2.1",
"javascript-obfuscator": "^4.0.2",
"jimp": "^0.16.13",
"jsdom": "^22.1.0",
"lodash": "^4.17.21",
"lolcatjs": "^2.4.1",
"moment-timezone": "^0.5.43",
"mongoose": "^7.2.2",
"ms": "^2.1.3",
"node-cron": "^3.0.2",
"node-fetch": "^2.6.1",
"node-webpmux": "^3.1.7",
"performance-now": "^2.1.0",
"scrape-primbon": "^1.1.0",
"steno": "^1.0.0",
"yargs": "^17.7.2"
}
}