forked from souravkl11/raganork-md
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "raganork-md",
"version": "3.0.5",
"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",
"@adiwajshing/keyed-db": "0.2.4",
"acrcloud": "1.4.0",
"adm-zip": "0.5.9",
"sequelize": "^6.13.0",
"async-g-i-s": "1.0.0",
"link-preview-js": "2.1.15",
"mongodb": "^4.3.1",
"node-cron": "3.0.1",
"image-to-pdf":"2.0.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"
}
}