Files
Baileys/package.json
2020-05-20 11:42:21 +05:30

24 lines
587 B
JSON

{
"name": "baileys",
"version": "1.0.2",
"description": "WhatsApp Web API",
"main": "WhatsAppWeb.js",
"homepage": "https://github.com/adiwajshing/Baileys",
"keywords": ["whatsapp", "js-whatsapp", "reverse engineer", "whatsapp api"],
"scripts": {
"test": "node test.js"
},
"author": "Adhiraj Singh",
"license": "ISC",
"dependencies": {
"curve25519-js": "0.0.4",
"futoin-hkdf": "^1.3.1",
"node-fetch": "^2.6.0",
"protobufjs": "^6.8.9",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.25.2",
"video-thumb": "0.0.3",
"ws": "^7.2.3"
}
}