forked from raweee/node-red-contrib-whatsapp-link
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "node-red-contrib-whatsapp-link",
"version": "0.1.37",
"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": {
"@adiwajshing/baileys": "latest",
"whatsapp-web.js": "latest",
"qrcode": "^1.5.1",
"pino": "latest"
},
"engines": {
"node": ">=8.0.0"
}
}