forked from nazedev/hitori
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 2.86 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "hitori",
"version": "1.0.2",
"description": "Bot WhatsApp Using Lib Baileys Multi Device",
"main": "start.js",
"type": "commonjs",
"scripts": {
"start": "node start.js"
},
"keywords": [
"base",
"termux",
"whatsapp",
"whatsapp-bot",
"baileys",
"baileys-md",
"2024",
"2025",
"bot",
"bot-md",
"bot-wa",
"multi-device"
],
"author": "Nazedev",
"license": "MIT",
"dependencies": {
"@whiskeysockets/baileys" : "latest",
"@adiwajshing/keyed-db": "^0.2.4",
"@develoka/angka-terbilang-js": "^1.4.2",
"@hapi/boom": "^10.0.0",
"@ibaraki-douji/pixivts": "^2.4.1",
"awesome-phonenumber": "^4.4.0",
"axios": "^0.24.0",
"brainly-scraper": "^1.0.3",
"cfonts": "^3.1.1",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"child_process": "^1.0.2",
"colors": "^1.4.0",
"cookie": "^0.5.0",
"chowdown": "^1.2.6",
"crypto": "^1.0.1",
"didyoumean": "^1.2.2",
"express": "^4.18.2",
"filesize": "^10.0.7",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"fs": "^0.0.1-security",
"fs-extra": "^11.1.0",
"g-i-s": "^2.1.7",
"gm": "^1.25.0",
"googlethis": "^1.7.1",
"got": "^13.0.0",
"google-it": "^1.6.4",
"http": "^0.0.1-security",
"https": "^1.0.0",
"human-readable": "^0.2.1",
"image-to-base64": "^2.2.0",
"image-url-validator": "^1.0.4",
"javascript-obfuscator": "^4.1.1",
"jimp": "^0.16.2",
"jsdom": "^21.1.0",
"link-preview-js": "^3.0.4",
"lowdb": "^2.1.0",
"marker": "^0.1.2",
"mathjs": "^11.5.0",
"md5": "^2.3.0",
"mongoose": "^7.3.4",
"moment-timezone": "^0.5.43",
"ms": "^2.1.3",
"mumaker": "^1.0.0",
"nodemailer": "^6.9.1",
"nodemailer-smtp-transport": "^2.7.4",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"node-os-utils": "^1.3.6",
"node-webpmux": "^3.1.7",
"os": "^0.1.2",
"parse-ms": "^3.0.0",
"path": "^0.12.7",
"pdfkit": "^0.13.0",
"perf_hooks": "^0.0.1",
"pino": "^8.8.0",
"process": "^0.11.10",
"qrcode-terminal": "^0.12.0",
"qs": "^6.11.0",
"request": "^2.88.2",
"requests": "^0.3.0",
"remove.bg": "^1.3.0",
"rumus-bdr": "^1.0.0",
"scrape-primbon": "^1.1.0",
"similarity": "^1.2.1",
"superagent": "^8.0.9",
"translate-google-api": "^1.0.4",
"uglify-js": "^3.17.4",
"util": "^0.12.5",
"whois": "^2.14.0",
"ws": "^8.13.0",
"yargs": "^17.6.2",
"ytdl-core": "npm:@distube/ytdl-core@latest",
"yt-search": "^2.10.4"
},
"directories": {
"lib": "lib",
"src": "src"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/nazedev/hitori.git"
},
"bugs": {
"url": "https://github.com/nazedev/hitori/issues"
},
"homepage": "https://github.com/nazedev/hitori#readme"
}