-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathpackage.json
37 lines (37 loc) · 1.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
{
"name": "lbot-whatsapp",
"version": "2.10.8",
"description": "Bot brasileiro para Whatsapp com diversas utilidades para o dia-a-dia.",
"type": "module",
"exports": "./app.js",
"scripts": {
"start": "yarn upgrade @victorsouzaleal/lbot-api-comandos --silent && node app.js",
"dev": "node app.js"
},
"author": "Leal",
"license": "MIT",
"repository": "git+https://github.com/victorsouzaleal/lbot-whatsapp.git",
"keywords": [
"whatsapp",
"whatsapp-bot",
"bot",
"sticker"
],
"dependencies": {
"@hapi/boom": "^10.0.1",
"@seald-io/nedb": "^4.0.4",
"@victorsouzaleal/lbot-api-comandos": "^1.0.15",
"@whiskeysockets/baileys": "^6.7.9",
"chalk": "^4.1.2",
"dotenv": "^8.6.0",
"format-duration-time": "^1.5.4",
"fs-extra": "^9.0.1",
"jimp": "^0.16.1",
"link-preview-js": "^3.0.5",
"moment-timezone": "^0.5.31",
"node-cache": "^5.1.2",
"p-queue": "^8.0.1",
"pino": "^8.21.0",
"qrcode-terminal": "^0.12.0"
}
}