forked from WhatsGram/WhatsGram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 787 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
{
"name": "WhatsGram",
"version": "1.0.0",
"description": "WhatsApp bot with Telegram bot integration.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"WhatsApp",
"Telegram",
"bot"
],
"author": "siddiquiaffan",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"deta": "^1.1.0",
"dotenv": "^16.0.1",
"extract-zip": "^2.0.1",
"fs-extra": "^11.1.0",
"mongodb": "^4.13.0",
"nodemon": "^2.0.19",
"ocr-space-api-wrapper": "^1.0.6",
"qrcode": "^1.5.1",
"qrcode-terminal": "^0.12.0",
"remove.bg": "^1.3.0",
"telegraf": "^4.11.2",
"telegram": "^2.10.2",
"valid-url": "^1.0.9",
"whatsapp-web.js": "^1.18.4",
"ws": "^8.8.1",
"zip-a-folder": "^1.1.5"
}
}