2022-12-17 23:03:14 +05:30

39 lines
914 B
JSON

{
"name": "node-red-contrib-whatsapp-link",
"version": "0.1.24",
"description": "Whatsapp connection with Node-Red | 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 Link": "whatsappLink.js"
}
},
"dependencies": {
"qrcode": "^1.5.1",
"whatsapp-web.js": "^1.18.4"
},
"engines": {
"node": ">=8.0.0"
}
}