forked from noureddineouafy/silana-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.24 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
{
"name": "bobiza-md",
"version": "1.0.0",
"description": "bobiza MD || Don t sell it or your name will be lost. If someone wants to buy this script, tell them to contact the owner",
"main": "index.js",
"type": "module",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"keywords": [
"termux-whatsapp-bot",
"bobiza",
"whatsapp",
"js-whatsapp",
"whatsapp",
"wabot-aq"
],
"homepage": "https://github.com/Tiooxy/Tixo-md",
"author": "Tio",
"repository": {
"type": "git",
"url": "git+https://github.com/Tiooxy/Tixo-md.git"
},
"bugs": {
"url": "https://github.com/Tiooxy/Tixo-md/issues"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@adiwajshing/baileys": "github:WhiskeySockets/Baileys",
"@adiwajshing/keyed-db": "^0.2.4",
"awesome-phonenumber": "^2.68.0",
"axios": "^1.3.4",
"cfonts": "^3.1.1",
"chalk": "^5.0.1",
"cheerio": "npm:[email protected]",
"colors": "1.4.0",
"express": "^4.18.1",
"ffmpeg": "*",
"file-type": "^18.0.0",
"fluent-ffmpeg": "*",
"form-data": "^4.0.0",
"formdata-node": "^5.0.0",
"got": "12.5.3",
"human-readable": "^0.2.1",
"jimp": "^0.16.1",
"jsdom": "^19.0.0",
"link-preview-js": "^3.0.5",
"lodash": "^4.17.21",
"lowdb": "^5.0.5",
"moment-timezone": "^0.5.41",
"mongoose": "^7.0.0",
"node-cache": "*",
"node-fetch": "*",
"node-os-utils": "^1.3.6",
"perf_hooks": "^0.0.1",
"performance-now": "^2.1.0",
"pino": "^8.11.0",
"platform": "^1.3.6",
"qs": "^6.11.0",
"readline": "^1.3.0",
"syntax-error": "^1.4.0",
"url-regex-safe": "^3.0.0",
"util": "^0.12.5",
"wa-sticker-formatter": "^4.3.2",
"ws": "^8.14.2",
"xmldom": "^0.6.0",
"pretty-ms": "^7.0.1",
"yt-search":"*",
"gemini-ai": "*",
"node-gtts": "*",
"ytdl-core":"*",
"api-dylux":"*",
"buffer":"*",
"g4f":"*",
"ruhend-scraper":"*",
"aptoide-scraper":"*",
"@hapi/boom":"*",
"qrcode":"*",
"node-yt-dl":"*",
"google-translate-api-x":"*",
"@vitalets/google-translate-api":"*",
"@bochilteam/scraper-sosmed":"*",
"@bochilteam/scraper":"*",
"yargs": "^17.7.1"
}
}