20 lines
401 B
JSON
20 lines
401 B
JSON
{
|
|
"name": "baileys-whatsapp-api",
|
|
"version": "1.0.0",
|
|
"description": "API WhatsApp avec Baileys Pro",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"@whiskeysockets/baileys": "^6.7.16",
|
|
"@hapi/boom": "^10.0.1",
|
|
"axios": "^1.4.0",
|
|
"express": "^4.18.4",
|
|
"qrcode": "^1.5.1",
|
|
"sharp": "^0.33.0",
|
|
"node-cache": "^5.1.2"
|
|
|
|
}
|
|
}
|