forked from sataniceypz/Izumi-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 862 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
{
"name": "Izumi-v3",
"version": "3.3.1",
"description": "IZUMI-MD simple multi device WhatsApp Bot.",
"main": "./index.js",
"scripts": {
"start": "pm2 start . --attach --name izumi"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eypz/Izumi-v3.git"
},
"keywords": [
"bot",
"izumi",
"Eypz"
],
"author": "EYPZ",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/eypz/Izumi-v3/issues"
},
"homepage": "https://github.com/eypz/Izumi-v3#readme",
"dependencies": {
"@adiwajshing/baileys": "git+https://github.com/A-d-i-t-h-y-a-n/Baileys.js.git",
"@adiwajshing/keyed-db": "^0.2.4",
"mask-md": "^1.3.0",
"node-webpmux": "^3.1.0",
"node": "20",
"npm": "6",
"@neeraj-x0/ytsearch": "^1.0.0",
"api-dylux": "^1.8.5",
"sqlite3": "^5.1.1"
}
}