-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
78 lines (78 loc) · 2.02 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "inrl-bot-md",
"version": "3.0.0",
"description": "WhatsApp bot made with nodejs and baileys",
"main": "index.js",
"scripts": {
"start": "pm2 start . --attach --name inrl"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inrl-official/inrl-bot-md.git"
},
"keywords": [
"whatsapp",
"bot",
"multi-device",
"inrl"
],
"author": "inrl",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/inrl-official/inrl-bot-md/issues"
},
"homepage": "https://github.com/inrl-official/inrl-bot-md#readme",
"dependencies": {
"@adiwajshing/baileys": "^4.4.0",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@adiwajshing/keyed-db": "^0.2.4",
"awesome-phonenumber": "^2.64.0",
"axios": "^0.27.2",
"browser-id3-writer": "4.4.0",
"chalk": "^4.1.2",
"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",
"g-i-s": "^2.1.6",
"google-it": "^1.6.2",
"google-translate-tts": "^0.3.0",
"google-tts-api": "^2.0.2",
"got": "^11.8.3",
"heroku-client": "^3.1.0",
"https": "1.0.0",
"human-readable": "^0.2.1",
"imgbb-uploader": "^1.4.0",
"imgur": "^1.0.2",
"jimp": "^0.16.1",
"jsdom": "^16.4.0",
"moment-timezone": "^0.5.34",
"mongoose": "^6.2.1",
"ms": "^2.1.3",
"mumaker": "^1.0.0",
"node-cron": "^3.0.1",
"node-fetch": "^2.6.1",
"node-webpmux": "^3.1.1",
"os": "^0.1.2",
"pm2": "^5.2.0",
"parse-ms": "^2.1.0",
"whatsapp-bot-pack": "2.2.0",
"path": "^0.12.7",
"perf_hooks": "0.0.1",
"performance-now": "^2.1.0",
"pino": "^7.9.2",
"qrcode-terminal": "^0.12.0",
"remove.bg": "^1.3.0",
"request": "^2.88.2",
"scrape-primbon": "^1.1.0",
"simple-git": "^3.7.1",
"translate-google-api": "^1.0.4",
"translatte": "^3.0.1",
"util": "^0.12.4",
"yargs": "^17.4.0"
}
}