mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
34 lines
704 B
JSON
34 lines
704 B
JSON
{
|
|
"name": "baileys",
|
|
"version": "1.1.0",
|
|
"description": "WhatsApp Web API",
|
|
"main": "WhatsAppWeb.js",
|
|
"homepage": "https://github.com/adiwajshing/Baileys",
|
|
"keywords": [
|
|
"whatsapp",
|
|
"js-whatsapp",
|
|
"reverse engineer",
|
|
"whatsapp-api",
|
|
"whatsapp-web",
|
|
"whatsapp",
|
|
"whatsapp-chat",
|
|
"whatsapp-group",
|
|
"automation"
|
|
],
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"author": "Adhiraj Singh",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"curve25519-js": "0.0.4",
|
|
"futoin-hkdf": "^1.3.2",
|
|
"node-fetch": "^2.6.0",
|
|
"protobufjs": "^6.9.0",
|
|
"qrcode-terminal": "^0.12.0",
|
|
"sharp": "^0.25.3",
|
|
"video-thumb": "0.0.3",
|
|
"ws": "^7.3.0"
|
|
}
|
|
}
|