forked from souravkl11/raganork-md
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 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
{
"name": "raganork-md",
"version": "5.0.0",
"description": "A light weight WhatsApp bot.",
"scripts": {
"start": "pm2 start . --attach --name Raganork"
},
"repository": {
"type": "git",
"url": "git+https://github.com/souravkl11/raganork-md.git"
},
"overrides": {
"raganork-bot": {
"youtubei.js": "^2.5.3"
}
},
"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",
"@whiskeysockets/baileys": "git+https://github.com/WhiskeySockets/Baileys.git#master",
"acrcloud": "1.4.0",
"adm-zip": "0.5.9",
"awesome-phonenumber": "5.3.0",
"badwords": "1.0.0",
"google-tts-api": "2.0.2",
"image-to-pdf": "2.0.0",
"imgur": "^2.2.0",
"link-preview-js": "2.1.15",
"mongodb": "^4.3.1",
"node-cron": "3.0.1",
"node-webpmux": "^3.1.0",
"pg": "^8.5.1",
"pm2": "^5.2.2",
"raganork-bot": "^3.0.1",
"sequelize": "^6.13.0",
"sqlite3": "^5.0.0",
"string-crypto": "2.0.2",
"youtubei.js": "^9.1.0"
}
}