forked from jacktheboss220/WhatsAppBotMultiDevice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.91 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.91 KB
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
{
"name": "whatsappbot",
"version": "2.2.0",
"description": "well...Unique and intreating project",
"main": "index.js",
"type": "module",
"private": true,
"directories": {
"lib": "lib"
},
"engines": {
"node": "22.x",
"python": "3.9.x"
},
"scripts": {
"start": "node --max-old-space-size=512 index.js",
"start:dev": "node --inspect --max-old-space-size=512 index.js",
"start:production": "node --max-old-space-size=1024 --optimize-for-size index.js"
},
"keywords": [],
"author": "mahesh kumar",
"license": "MIT",
"dependencies": {
"@distube/yt-dlp": "^2.0.1",
"@distube/ytdl-core": "^4.16.12",
"@erickwendel/meme-maker": "^3.0.0",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@google/genai": "^1.32.0",
"@google/generative-ai": "^0.21.0",
"axios": "^1.13.2",
"baileys": "^7.0.0-rc.9",
"body-parser": "^2.2.0",
"canvas": "^3.1.0",
"cheerio": "^1.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.0",
"ffmpeg-static": "^5.3.0",
"file-type": "^21.1.1",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.5",
"genius-lyrics": "^4.4.7",
"genius-lyrics-api": "^3.2.1",
"google-tts-api": "^0.0.6",
"inshorts-api": "github:jacktheboss220/inshorts-api",
"jsdom": "^26.0.0",
"link-preview-js": "^3.0.13",
"mime": "^4.1.0",
"mongodb": "^6.12.0",
"node-cache": "^5.1.2",
"openai": "^4.80.1",
"pino": "^10.1.0",
"sharp": "^0.34.5",
"snapsave-downloader": "github:jacktheboss220/insta-downloader",
"truecallerjs": "^2.2.0",
"twitter-api-v2": "^1.22.0",
"urban-dictionary": "github:jacktheboss220/urban-dictionary",
"wa-sticker-formatter": "^3.6.0",
"ws": "^8.18.3",
"youtube-dl-exec": "^3.0.22",
"yt-search": "^2.12.1",
"ytdl-core": "^4.11.5"
},
"repository": "https://github.com/jacktheboss220/WhatsAppBotMultiDevice-decrypted.git"
}