forked from Sithuwa/SITHUWA-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 5.06 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
{
"name": "sithuwa-md",
"version": "1.0.5",
"description": "Multi device whatsapp bot by Sithuwa.",
"main": "lib/client.js",
"type": "commonjs",
"license": "GPL-3.0",
"scripts": {
"start": "pm2 start lib/client.js --deep-monitoring --attach --name SITHUWA-MD",
"stop": "pm2 stop SITHUWA-MD"
},
"author": "SITHUM-KALHARA",
"dependencies": {
"@sampandey001/baileys": "latest",
"@adiwajshing/keyed-db": "^0.2.4",
"awesome-phonenumber": "^3.3.0",
"anime-character-random": "latest",
"axios": "^0.24.0",
"cheerio": "^1.0.0-rc.10",
"crypto-js":"latest",
"chalk": "^4.1.2",
"@hapi/boom": "^9.1.4",
"child_process": "^1.0.2",
"discord-mongoose-economy": "^1.2.0",
"express": "^4.18.1",
"fs-extra": "^10.1.0",
"koyeb-api-client":"latest",
"dotenv": "^16.0.0",
"discord-xp": "^1.1.16",
"mongoose": "^6.2.1",
"mumaker": "^1.0.0",
"google-it": "^1.6.2",
"google-image-sr": "^1.0.0",
"file-type": "^16.5.3",
"form-data": "^4.0.0",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"heroku-client": "3.1.0",
"async-g-i-s": "^1.4.0",
"human-readable": "^0.2.1",
"jimp": "^0.16.1",
"jsdom": "^16.4.0",
"moment-timezone": "^0.5.34",
"mailist": "^1.0.3",
"openai": "3.0.0",
"pm2": "^5.2.0",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",
"node-webpmux": "^3.1.0",
"google-tts-api": "^2.0.2",
"path": "^0.12.7",
"request": "^2.88.2",
"simple-git": "^3.16.1",
"@shineiichijo/marika": "^2.0.3",
"translatte": "^3.0.1",
"util": "^0.12.4",
"secktor-pack": "latest",
"g-i-s": "^2.1.6",
"pornhub.js" : "^1.3.2",
"ytdl-secktor": "latest",
"@blackamda/song_video_dl": "latest",
"pastebin-js": "latest",
"aptoide-scraper": "latest",
"getscreenshot.js": "latest",
"vihangayt-fbdl": "latest",
"mfiredlcore-vihangayt": "latest",
"chatgpt-scraper": "latest",
"@sl-code-lords/openai-chatgpt": "latest",
"@sl-code-lords/text-pro-me": "latest",
"@sl-code-lords/image-library": "^1.0.0",
"@jeve/lyrics-finder" : "^1.0.1",
"@sl-code-lords/esana-news": "latest",
"@sl-code-lords/wabetainfo": "latest",
"@sl-code-lords/si-subdl": "latest",
"@sl-code-lords/openai-chatgpt": "latest",
"hirunews-scraper": "latest",
"sirasa-news": "latest",
"tech-news-scraper": "latest",
"ios-news": "latest",
"nima-threads-dl-api": "latest",
"@sl-code-lords/movie-dl": "^1.0.2",
"@sl-code-lords/youtube-dl": "^1.0.2",
"@bochilteam/scraper-downloader": "latest",
"@saipulanuar/tiktok-scraper-ts": "latest",
"@xaviabot/fb-downloader": "latest",
"api-dylux": "latest",
"@xct007/frieren-scraper": "latest",
"fouadwa-scraper": "latest",
"fb-info-video": "latest",
"wa-sticker-formatter": "^4.3.2",
"wa_set_pkg":"1.0.1"
},
"directories": {
"lib": "lib",
"assets": "lib/assets"
},
"devDependencies": {
"pino": "^7.0.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sithuwa/SITHUWA-MD.git"
},
"bugs": {
"url": "https://github.com/Sithuwa/SITHUWA-MD/issues"
},
"homepage": "https://github.com/Sithuwa/SITHUWA-MD#readme"
}