-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
48
49
50
51
52
{
"name": "inrl-bot-md",
"version": "4.0.4",
"description": "WhatsApp bot made with nodejs and baileys",
"main": "index.js",
"scripts": {
"start": "pm2 start . --attach --name inrl",
"stop": "pm2 stop inrl"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inrl-official/inrl-bot-md.git"
},
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@vitalets/google-translate-api": "^9.2.0",
"@whiskeysockets/baileys": "^6.5.0",
"awesome-phonenumber": "^2.64.0",
"axios": "^0.27.2",
"pg": "^8.11.3",
"browser-id3-writer": "4.4.0",
"cheerio": "^1.0.0-rc.10",
"child_process": "^1.0.2",
"dotenv": "^16.0.2",
"express": "latest",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"google-it": "^1.6.2",
"google-tts-api": "^2.0.2",
"heroku-client": "^3.1.0",
"imgbb-uploader": "^1.4.0",
"inrl-bot-md": "^1.7.7",
"jimp": "^0.16.1",
"moment-timezone": "^0.5.34",
"mumaker": "2.0.0",
"node-webpmux": "^3.1.1",
"os": "^0.1.2",
"path": "^0.12.7",
"pdfkit": "^0.13.0",
"pino": "^7.9.2",
"pm2": "^5.2.0",
"qrcode-reader": "^1.0.4",
"remove.bg": "^1.3.0",
"sequelize": "^6.21.4",
"simple-git": "^3.7.1",
"sqlite3": "^5.0.11",
"util": "^0.12.4"
}
}