-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
36 lines (36 loc) · 926 Bytes
/
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
{
"name": "whatsapp-bot",
"version": "2.0.0",
"description": "Lightweight Whatsapp Bot",
"main": "index.js",
"scripts": {
"test": "",
"start": "node index.js",
"dev": "node index.js --dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salismazaya/whatsapp-bot.git"
},
"author": "Salis Mazaya",
"license": "ISC",
"bugs": {
"url": "https://github.com/salismazaya/whatsapp-bot/issues"
},
"homepage": "https://github.com/salismazaya/whatsapp-bot#readme",
"dependencies": {
"@whiskeysockets/baileys": "^6.3.0",
"axios": "^0.21.1",
"dotenv": "^16.4.7",
"file-type": "16.2.0",
"langchain": "^0.0.209",
"link-preview-js": "^3.0.4",
"node-tesseract-ocr": "^2.0.0",
"openai": "^3.3.0",
"qrcode": "^1.4.4",
"qrcode-terminal": "^0.12.0",
"redis": "^4.6.7",
"wa-sticker-formatter": "2.8.0",
"yargs": "^17.3.1"
}
}