Initial commit

This commit is contained in:
Adhiraj
2020-03-16 16:06:30 +05:30
commit 5bd524ca1f
319 changed files with 76526 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "baileys",
"version": "1.0.0",
"description": "Whatsapp Web API",
"main": "WhatsAppWeb.js",
"scripts": {
"test": "node test.js"
},
"author": "Adhiraj Singh",
"license": "ISC",
"dependencies": {
"curve25519-js": "0.0.4",
"futoin-hkdf": "^1.3.1",
"protobufjs": "^6.8.9",
"qrcode-terminal": "^0.12.0",
"ws": "^7.2.3"
}
}