40 lines
946 B
JSON
40 lines
946 B
JSON
{
|
|
"name": "node-red-contrib-whatsapp-link",
|
|
"version": "0.1.21",
|
|
"description": "Whatsapp connection with Node-Red | No third party APIs",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"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"
|
|
],
|
|
"author": "Ravi Mishra",
|
|
"license": "ISC",
|
|
"node-red": {
|
|
"version": ">=2.0",
|
|
"nodes": {
|
|
"whatsapp admin": "whatsappAdmin.js",
|
|
"whatsapp in": "whatsapp-in.js",
|
|
"whatsapp Out": "whatsapp-out.js",
|
|
"whatsapp Link": "whatsappLink.js",
|
|
"Group Out": "whatsapp-Gout.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"qrcode": "^1.5.1",
|
|
"whatsapp-web.js": "^1.18.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
}
|