forked from ShadowYtx/VihangaBot-MD-V3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (50 loc) · 1.2 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
{
"name": "Astro-Md",
"version": "0.0.6",
"description": "Multi device whatsapp bot by SamPandey001.",
"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/.git"
},
"keywords": [
"whatsapp"
],
"author": "VihangaYT",
"developer": "VihangaYT",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/",
"dependencies": {
"@adiwajshing/baileys": "^4.4.0",
"pino": "^7.0.5",
"pastebin-js": "^1.0.6",
"sequelize" : "^6.19.0" ,
"megajs": "^1.1.0",
"cheerio": "^1.0.0-rc.10",
"@bochilteam/scraper": "^3.0.0",
"jimp": "^0.16.2",
"esana-node-api": "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",
"node-webpmux": "^3.1.1",
"qrcode-terminal": "^0.12.0"
}
}