-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 965 Bytes
/
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
{
"name": "whatsbot",
"version": "3.0.0",
"description": "Realtime integration of WhatsApp <-> Telegram",
"main": "main.js",
"scripts": {
"start": "node startProcess.js",
"gentoken": "node session/genToken.js",
"gentokenwithdownload": "node session/genTokenWithDownload.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/subinps/TG-WhatsApp"
},
"keywords": [
"whatsapp-bot",
"telegram",
"bridge"
],
"author": "SUBIN",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/subinps/TG-WhatsApp/issues"
},
"homepage": "https://github.com/subinps/TG-WhatsApp#readme",
"dependencies": {
"adm-zip": "^0.5.9",
"aes-encrypt-stream": "^0.2.0",
"axios": "^0.21.0",
"dotenv": "^10.0.0",
"mongodb": "^3.6.3",
"qr-image": "^3.2.0",
"qrcode-svg": "^1.1.0",
"qrcode-terminal": "^0.12.0",
"telegraf": "^4.10.0",
"whatsapp-web.js": "^1.18.4"
}
}