23 lines
509 B
JSON
23 lines
509 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": {
|
|
"@fizzxydev/baileys-pro": "latest",
|
|
"@hapi/boom": "^10.0.1",
|
|
"axios": "^1.4.0",
|
|
"express": "^4.18.4",
|
|
"link-preview-js": "^3.0.14",
|
|
"mime-types": "^2.1.35",
|
|
"node-cache": "^5.1.2",
|
|
"node-fetch": "^3.3.2",
|
|
"qrcode": "^1.5.1",
|
|
"sharp": "^0.33.0",
|
|
"ws": "^8.0.0"
|
|
}
|
|
}
|