Spaces:
Running
Running
{ | |
"name": "whatsapp-bot", | |
"version": "1.0.0", | |
"description": "A WhatsApp bot using Baileys library", | |
"main": "index.js", | |
"scripts": { | |
"start": "node index.js" | |
}, | |
"keywords": [ | |
"whatsapp", | |
"bot", | |
"baileys" | |
], | |
"author": "Your Name", | |
"license": "MIT", | |
"dependencies": { | |
"@google/generative-ai": "^0.19.0", | |
"@hapi/boom": "^10.0.1", | |
"@whiskeysockets/baileys": "^6.7.7", | |
"axios": "^1.7.7", | |
"chrome-lens-ocr": "^4.0.2", | |
"cors": "^2.8.5", | |
"dotenv": "^16.4.5", | |
"express": "^4.21.0", | |
"form-data": "^4.0.0", | |
"link-preview-js": "^3.0.5", | |
"markdown-it": "^14.1.0", | |
"qrcode-terminal": "^0.12.0" | |
} | |
} | |