-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 3.24 KB
/
Copy pathpackage.json
File metadata and controls
125 lines (125 loc) · 3.24 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
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
118
119
120
121
122
123
124
125
{
"name": "@silvaTechB/silva-md-bot",
"version": "12.0.0",
"description": "Silva MD — A feature-rich multi-device WhatsApp bot with 1200+ commands, AI agent, 19 smart features, and anti-ban protection. Built with Node.js and Baileys.",
"main": "silva.js",
"scripts": {
"start": "node silva.js"
},
"engines": {
"node": "20.x"
},
"repository": {
"type": "git",
"url": "https://github.com/SilvaTechB/silva-md-bot.git"
},
"homepage": "https://silvatech.co.ke",
"bugs": {
"url": "https://github.com/SilvaTechB/silva-md-bot/issues"
},
"keywords": [
"silva-md",
"whatsapp-bot",
"baileys",
"multi-device",
"chatbot",
"ai-bot",
"whatsapp",
"nodejs",
"auto-status",
"anti-delete",
"anti-ban"
],
"author": "Silva",
"contributors": [
{
"name": "SilvaTech",
"email": "silvatechb@gmail.com",
"url": "https://silvatech.co.ke"
}
],
"license": "Apache-2.0",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@bochilteam/scraper": "^4.2.4",
"@google/generative-ai": "^0.1.3",
"@hapi/boom": "^10.0.1",
"@replit/connectors-sdk": "^0.2.0",
"@shineiichijo/marika": "^3.0.1",
"@vitalets/google-translate-api": "^9.2.1",
"@whiskeysockets/baileys": "npm:gifted-baileys@^2.5.8",
"@xct007/frieren-scraper": "^0.0.2",
"@xct007/tiktok-scraper": "^1.0.2",
"axios": "^1.18.0",
"chalk": "^5.6.2",
"cheerio": "^1.2.0",
"chess.js": "^1.4.0",
"colors": "^1.4.0",
"didyoumean": "^1.2.2",
"dotenv": "^16.6.1",
"express": "^4.22.2",
"fb-downloader-scrapper": "^3.0.1",
"fg-ig": "^0.0.2",
"figlet": "^1.11.0",
"file-type": "^22.0.1",
"fluent-ffmpeg": "^2.1.3",
"formdata-node": "^5.0.1",
"g-i-s": "^2.1.7",
"gifted-baileys": "^2.5.8",
"gifted-btns": "^1.0.2",
"google-it": "^1.6.4",
"imagemaker.js": "^2.0.4",
"instagram-url-direct": "^1.2.2",
"jimp": "^1.6.1",
"link-preview-js": "^4.0.3",
"megajs": "^1.3.10",
"moment-timezone": "^0.5.48",
"node-fetch": "^3.3.2",
"node-gtts": "^2.0.2",
"node-webpmux": "^3.2.1",
"pino": "^8.21.0",
"pino-pretty": "^9.4.1",
"play-dl": "^1.9.7",
"qrcode": "^1.5.4",
"qrcode-terminal": "^0.12.0",
"socket.io": "^4.8.3",
"syntax-error": "^1.4.0",
"tempmail.lol": "^4.4.0",
"terminal-image": "^3.1.1",
"url-regex-safe": "^3.0.0",
"wa-sticker-formatter": "^4.4.4",
"ws": "^8.21.0",
"yargs": "^17.7.3",
"youtube-yts": "^2.0.0",
"youtubedl-core": "^4.11.7",
"yt-search": "^2.13.1",
"ytdl-core": "^4.11.5"
},
"overrides": {
"@whiskeysockets/baileys": "npm:gifted-baileys@^2.5.8",
"form-data": "^4.0.0",
"protobufjs": "^7.0.0",
"jsonpath-plus": "^10.0.0",
"tough-cookie": "^6.0.1",
"minimatch": "^10.0.0",
"jpeg-js": "^0.4.4",
"fast-uri": "^4.0.0",
"music-metadata": "^11.0.0",
"ws": "^8.21.0",
"axios": "^1.18.0",
"qs": "^6.15.2",
"phin": "^3.7.1",
"sharp": "^0.35.1",
"@types/node": "20.11.0",
"typescript": "5.4.5",
"wa-sticker-formatter": {
"file-type": "^22.0.1"
}
},
"devDependencies": {
"prettier": "^3.2.5"
}
}