Spaces:
Running
Running
{ | |
"name": "whatsapp-bot", | |
"version": "1.0.0", | |
"type": "module", | |
"description": "WhatsApp Bot using Baileys", | |
"main": "index.js", | |
"scripts": { | |
"start": "node index.js" | |
}, | |
"dependencies": { | |
"baileys": "github:WhiskeySockets/Baileys", | |
"@hapi/boom": "10.0.1" | |
} | |
} |