forked from ShadowYtx/VihangaBot-MD-V3
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
69 lines (69 loc) · 1.71 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
{
"name": "Astro-Md",
"version": "7.0.0",
"description": "Multi device whatsapp bot.",
"main": "index.js",
"type": "commonjs",
"license": "GPL-3.0",
"scripts": {
"start": "pm2 start index.js --deep-monitoring --attach --name astro",
"stop": "pm2 stop astro"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vihangayt0/Astro-MD-V6.git"
},
"keywords": [
"whatsapp"
],
"author": "VihangaYT",
"developer": "VihangaYT",
"homepage": "https://github.com/vihangayt0/Astro-MD-V6",
"dependencies": {
"@adiwajshing/baileys": "^5.0.0",
"pino": "^7.0.5",
"soundoftext-js": "^1.0.2",
"spdl-core": "^2.0.2",
"whatsapp-bot-pack": "2.0.0",
"spotifydl-core": "^0.2.0",
"os": "^0.1.2",
"pastebin-js": "latest",
"instagram-url-direct": "^1.0.13",
"node-html-parser": "^6.1.4",
"spotifydl-x": "^0.3.0",
"raganork-bot": "^3.0.1",
"acrcloud": "^1.4.0",
"wa-sticker-formatter": "^4.3.2",
"got": "^11.8.2",
"xfarr-api": "^2.0.0",
"form-data": "^4.0.0",
"google-translate-tts": "^0.4.0-dev",
"sequelize" : "^6.19.0" ,
"megajs": "^1.1.0",
"@blackamda/telegram-image-url": "^1.0.0",
"cheerio": "^1.0.0-rc.12",
"axios": "^1.2.5",
"esana-node-api": "latest",
"stream": "latest",
"postgres_dbm": "^1.0.0",
"crypto-js": "^4.1.1",
"@bochilteam/scraper": "^4.0.22-alpha.0",
"node-fetch": "^2.6.1" ,
"express": "latest",
"util": "^0.12.4",
"pm2": "^5.2.0",
"api-dylux": "latest",
"fluent-ffmpeg": "^2.1.2",
"jsdom": "^16.4.0",
"jimp": "^0.16.2",
"g-i-s": "^2.1.6",
"@hapi/boom" : "^10.0.0",
"yt-search": "latest",
"file-type": "^16.5.3",
"node-webpmux": "^3.1.1",
"qrcode-terminal": "^0.12.0",
"youtubei.js": "^2.9.0",
"fouadwa-scraper": "^1.0.1",
"apkcombo-scraper": "^1.0.0"
}
}