Files
Baileys/package.json
2020-06-25 10:43:54 +05:30

35 lines
783 B
JSON

{
"name": "@adiwajshing/baileys",
"version": "1.1.1",
"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",
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"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"
}
}