-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "raganork-md",
"version": "4.0.0",
"description": "Raganork whatsapp bot- Multi device version.",
"scripts": {
"start": "pm2 start . --attach --name Raganork"
},
"repository": {
"type": "git",
"url": "git+https://github.com/souravkl11/raganork-md.git"
},
"keywords": [
"whatsapp",
"bot",
"multi-device"
],
"author": "Sourav",
"developer": "@souravkl11",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/souravkl11/raganork#readme",
"dependencies": {
"@adiwajshing/baileys": "git+https://github.com/souravkl11/Baileys.git",
"@whiskeysockets/baileys": "6.4.0",
"@adiwajshing/keyed-db": "0.2.4",
"acrcloud": "1.4.0",
"awesome-phonenumber": "5.3.0",
"adm-zip": "0.5.9",
"sequelize": "^6.13.0",
"link-preview-js": "2.1.15",
"mongodb": "^4.3.1",
"node-cron": "3.0.1",
"image-to-pdf":"2.0.0",
"imgur":"^2.2.0",
"node-webpmux": "^3.1.0",
"pm2": "^5.2.2",
"pg": "^8.5.1",
"raganork-bot": "^3.0.1",
"sqlite3": "^5.0.0",
"string-crypto": "2.0.2",
"google-tts-api": "2.0.2",
"badwords":"1.0.0"
}
}