Node-Red Version Updated

This commit is contained in:
rawee 2022-12-01 22:27:05 +05:30
parent 9e48b6a7f1
commit bfcff8ca35

View File

@ -20,6 +20,7 @@
"author": "Ravi Mishra",
"license": "ISC",
"node-red": {
"version": ">=2.0",
"nodes": {
"whatsapp admin": "whatsappAdmin.js",
"whatsapp in": "whatsapp-in.js",
@ -30,5 +31,8 @@
"dependencies": {
"qrcode": "^1.5.1",
"whatsapp-web.js": "^1.18.4"
},
"engines": {
"node" : ">=8.0.0"
}
}