forked from Loki-Xer/Jarvis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.42 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
{
"name": "Jarvis-md",
"version": "2.5.0",
"description": "A simple WhatsApp Bot Based On WhiskeySockets/Baileys",
"main": "index.js",
"scripts": {
"start": "pm2 start . --attach --name Jarvis-md",
"stop": "pm2 stop Jarvis-md"
},
"engines": {
"node": ">=18.0.0 <=22.x"
},
"dependencies": {
"@hapi/boom": "^10.0.1",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"translate-google-api": "^1.0.4",
"@whiskeysockets/baileys": "git+https://github.com/Loki-Xer/Baileys.git",
"awesome-phonenumber": "^6.4.0",
"axios": "^1.3.3",
"@hapi/boom": "^10.0.1",
"browser-id3-writer": "^4.4.0",
"cheerio": "^1.0.0-rc.10",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"express": "latest",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"node-cron": "^3.0.3",
"fs-extra": "^11.1.1",
"heroku-client": "^3.1.0",
"jarvis-md": "^1.0.5",
"jimp": "^0.16.1",
"jsdom": "^20.0.0",
"link-preview-js": "^3.0.4",
"node-fetch": "^2.0.0",
"node-webpmux": "^3.2.0",
"pdfkit": "^0.15.0",
"pino": "^8.14.1",
"pm2": "^5.4.2",
"pg": "^8.7.3",
"socket.io-client": "^4.7.5",
"sequelize": "^6.21.4",
"simple-git": "^3.20.0",
"sqlite3": "^5.0.11",
"wa-sticker-formatter": "^4.3.2"
}
}