49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "node-red-contrib-whatsapp-link",
|
|
"version": "1.0.41-local.2",
|
|
"description": "Node to send and receive whatsapp messages in groups and chats. | No third party APIs",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitea.delphas.dk/daniels/node-red-contrib-whatsapp-link.git"
|
|
},
|
|
"bugs": {
|
|
"url": "git+https://gitea.delphas.dk/daniels/node-red-contrib-whatsapp-link/issues"
|
|
},
|
|
"keywords": [
|
|
"node-red",
|
|
"whatsapp",
|
|
"message",
|
|
"whatsapp Group",
|
|
"whatsapp Chat"
|
|
],
|
|
"author": "Daniel Gradman-Svendsen",
|
|
"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",
|
|
"number-recipient": "numberRecipient.js",
|
|
"group-recipient": "groupRecipient.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@whiskeysockets/baileys": "^6.7.9",
|
|
"pino": "^9.5.0",
|
|
"qrcode": "^1.5.4",
|
|
"whatsapp-web.js": "^1.26.0"
|
|
},
|
|
"overrides": {
|
|
"inflight": "npm:@aashutoshrathi/inflight@^1.0.2",
|
|
"glob": "^10.3.10",
|
|
"rimraf": "^5.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|