forked from victorsouzaleal/lbot-whatsapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.43 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
{
"name": "lbot-whatsapp",
"version": "1.17.9",
"description": "Bot brasileiro para Whatsapp com diversas utilidades para o dia-a-dia.",
"main": "app",
"scripts": {
"start": "node app.js",
"test": "node test.js"
},
"author": "Leal",
"license": "Apache-2.0",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.20",
"@open-wa/wa-automate": "^4.43.1",
"@open-wa/wa-decrypt": "^3.0.1",
"@vitalets/google-translate-api": "^7.0.0",
"acrcloud": "^1.4.0",
"axios": "^0.24.0",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.10",
"correios-brasil": "^2.2.2",
"deepai": "^1.0.17",
"dotenv": "^8.2.0",
"fb-downloader-scrapper": "^1.0.1",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"format-duration-time": "^1.5.4",
"fs-extra": "^9.0.1",
"g-i-s": "^2.1.6",
"genius-lyrics": "^4.2.9",
"google-it": "^1.6.3",
"imgur": "^1.0.2",
"instagram-url-direct": "^1.0.12",
"moment-timezone": "^0.5.31",
"nedb-async": "^0.1.6",
"node-gtts": "^2.0.2",
"pretty-num": "^0.5.0",
"prompt": "^1.1.0",
"tiktok-scraper": "^1.4.36",
"twitter-url-direct": "^1.0.2",
"youtube-sr": "^4.2.0",
"ytdl-core": "4.10.0"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/victorsouzaleal/lbot-whatsapp.git"
},
"keywords": [
"whatsapp",
"whatsapp-bot",
"bot",
"sticker"
]
}