-
Notifications
You must be signed in to change notification settings - Fork 277
/
Copy pathpackage.json
33 lines (33 loc) · 1.04 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
{
"name": "Jarvis-md",
"version": "3.0.0",
"description": "A simple WhatsApp Bot Based On WhiskeySockets/Baileys",
"main": "index.js",
"scripts": {
"postinstall": "node -e \"try { require('sharp') } catch (e) { process.exit(1); }\" || yarn add --ignore-engines [email protected]",
"start": "pm2 start . --attach --name Jarvis-md",
"stop": "pm2 stop Jarvis-md"
},
"engines": {
"node": ">=18.0.0 <=22.x"
},
"license": "MIT",
"dependencies": {
"@whiskeysockets/baileys": "git+https://github.com/Loki-Xer/Baileys.git",
"browser-id3-writer": "^4.4.0",
"cheerio": "^1.0.0",
"node-cron": "^3.0.3",
"jarvis-md": "^1.0.7",
"jimp": "^0.16.1",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"link-preview-js": "^3.0.4",
"node-webpmux": "^3.2.0",
"pdfkit": "^0.15.0",
"pm2": "^5.4.2",
"pg": "^8.7.3",
"sequelize": "^6.21.4",
"simple-git": "^3.20.0",
"sqlite3": "^5.0.11"
}
}