Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MR414N-ID
GitHub Repository: MR414N-ID/botku2
Path: blob/master/package.json
1113 views
1
{
2
"name": "Zetspublic",
3
"version": "3..0.0",
4
"description": "WhatsApp Using Lib Baileys Multi Device",
5
"main": "index.js",
6
"type": "commonjs",
7
"scripts": {
8
"start": "node index.js"
9
},
10
"keywords": [
11
"termux",
12
"whatsapp",
13
"2021",
14
"wabase-md",
15
"base",
16
"baileys-md",
17
"bot",
18
"bot-md",
19
"multi-device"
20
],
21
"author": "Nando35.",
22
"license": "MIT",
23
"dependencies": {
24
"@adiwajshing/baileys": "^4.3.0",
25
"@adiwajshing/keyed-db": "^0.2.4",
26
"@bochilteam/scraper": "^2.0.0",
27
"awesome-phonenumber": "^2.64.0",
28
"axios": "^0.24.0",
29
"chalk": "^4.1.2",
30
"cheerio": "^1.0.0-rc.10",
31
"child_process": "^1.0.2",
32
"crypto": "^1.0.1",
33
"file-type": "^16.5.3",
34
"fluent-ffmpeg": "^2.1.2",
35
"fs": "0.0.1-security",
36
"got": "^11.8.3",
37
"g-i-s": "^2.1.6",
38
"google-it": "^1.6.2",
39
"hxz-api": "^1.0.1",
40
"human-readable": "^0.2.1",
41
"jimp": "^0.16.1",
42
"jsdom": "^16.4.0",
43
"lowdb": "^2.1.0",
44
"mongoose": "^6.2.1",
45
"moment-timezone": "^0.5.34",
46
"node-cron": "^3.0.0",
47
"node-fetch": "^2.6.1",
48
"node-webpmux": "^3.1.0",
49
"os": "^0.1.2",
50
"path": "^0.12.7",
51
"perf_hooks": "0.0.1",
52
"pino": "^7.0.5",
53
"qrcode-terminal": "^0.12.0",
54
"request": "^2.88.2",
55
"remove.bg": "^1.3.0",
56
"scrape-primbon": "^1.1.0",
57
"util": "^0.12.4",
58
"xfarr-api": "^2.0.0",
59
"yargs": "^17.2.1",
60
"yt-search": "^2.10.2"
61
},
62
"directories": {
63
"lib": "lib",
64
"src": "src"
65
},
66
"devDependencies": {},
67
"repository": {
68
"type": "git",
69
"url": "git+https://github.com/Nando35/Zetspublic.git"
70
},
71
"bugs": {
72
"url": "https://github.com/Nando35/Zetspublic/issues"
73
},
74
"homepage": "https://github.com/Nando35/Zetspublic#readme"
75
}
76
77