-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (39 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (39 loc) · 1.05 KB
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
{
"name": "OVL-MD-V2",
"version": "2.1.0",
"description": "Bot Whatsapp multi-appareil developpé par Ainz",
"main": "Ovl.js",
"type": "commonjs",
"scripts": {
"start": "pm2 start Ovl.js --attach --name ovl",
"stop": "pm2 stop all",
"Ovl": "pm2 start Ovl.js --attach --name ovl"
},
"keywords": ["Ainz", "OVL-MD-V2", "Whatsapp", "Baileys", "Muti-device"],
"author": "Ainz-devs",
"license": "MIT",
"dependencies": {
"@vitalets/google-translate-api": "^9.2.1",
"@whiskeysockets/baileys": "^6.7.21",
"acrcloud":"^1.4.0",
"adm-zip": "^0.5.16",
"axios": "^1.8.4",
"cheerio": "^1.1.0",
"cookie": "^1.0.2",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"file-type": "^16.5.3",
"g-i-s": "^2.1.7",
"gtts": "^0.2.1",
"javascript-obfuscator": "^4.1.1",
"pg": "^8.16.3",
"pino": "^9.7.0",
"pm2": "^6.0.8",
"sqlite3": "^5.1.7",
"tempmail.lol": "^4.4.0",
"sequelize": "^6.37.7",
"simple-git": "^3.28.0",
"wa-sticker-formatter": "^4.4.4",
"wikipedia": "^2.1.2"
}
}