-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
47 lines (47 loc) · 1.13 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
{
"name": "@bot-wa/bot-wa-baileys",
"version": "1.1.5",
"description": "Creacte a bot for whatsapp with baileys library or bot-whatsapp",
"main": "lib/baileys.js",
"types": "lib/baileys.d.ts",
"scripts": {
"build": "tsc",
"example": "tsc && node -r ts-node/register examples/bot.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andresayac/bot-wa-baileys.git"
},
"keywords": [
"bot",
"baileys",
"whatsapp",
"bot-whatsapp",
"flow",
"chatbot",
"whatsapp"
],
"files": [
"./lib/**/*"
],
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@whiskeysockets/baileys": "^6.7.9",
"fluent-ffmpeg": "^2.1.3",
"qr-image": "^3.2.0",
"qrcode-terminal": "^0.12.0"
},
"author": "Andres Aya",
"license": "MIT",
"bugs": {
"url": "https://github.com/andresayac/bot-wa-baileys/issues"
},
"homepage": "https://github.com/andresayac/bot-wa-baileys#readme",
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.26",
"@types/mime-types": "^2.1.4",
"@types/node": "^22.7.8",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}