{ "name": "node-red-contrib-whatsapp-link", "version": "0.1.39A", "description": "Node to send and receive whatsapp messages in groups and chats. | No third party APIs", "repository": { "type": "git", "url": "git+https://github.com/raweee/node-red-contrib-whatsapp-link.git" }, "bugs": { "url": "https://github.com/raweee/node-red-contrib-whatsapp-link/issues" }, "keywords": [ "node-red", "whatsapp", "message", "whatsapp Group", "whatsapp Chat" ], "author": "Ravi Mishra", "license": "ISC", "node-red": { "version": ">=2.0", "nodes": { "whatsapp admin": "admin.js", "whatsapp chats-in": "chats-in.js", "whatsapp chats-out": "chats-out.js", "whatsapp group-out": "group-out.js", "whatsapp reply": "whatsappReply.js", "whatsapp Link": "whatsappLink.js" } }, "dependencies": { "@whiskeysockets/baileys": "latest", "pino": "latest", "qrcode": "^1.5.1", "whatsapp-web.js": "^1.22.2-alpha.1" }, "engines": { "node": ">=8.0.0" } }