-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathpackage.json
38 lines (38 loc) · 948 Bytes
/
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
{
"name": "raganork",
"version": "1.0.2",
"description": "Raganork whatsapp bot- Multi device version.",
"main": "./Raganork/index.js",
"scripts": {
"start": "supervisor -s index.js"
},
"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",
"bugs": {
"url": "https://github.com/souravkl11/raganork/issues"
},
"homepage": "https://github.com/souravkl11/raganork#readme",
"dependencies": {
"@adiwajshing/baileys": "4.1.0",
"@adiwajshing/keyed-db":"0.2.4",
"acrcloud":"1.4.0",
"string-crypto": "2.0.2",
"mongodb": "^4.3.1",
"node-webpmux": "^3.1.0",
"async-g-i-s": "1.0.0",
"raganork-bot": "2.0.2",
"sequelize": "^6.13.0",
"sqlite3": "^5.0.0",
"supervisor": "^0.12.0"
}
}