-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 747 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 747 Bytes
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
{
"name": "tagall",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Raunak",
"license": "ISC",
"description": "A whatsapp bot using baileys",
"dependencies": {
"@google-cloud/projectify": "^5.0.0",
"@google-cloud/storage": "^7.17.1",
"@whiskeysockets/baileys": "^6.7.18",
"axios": "^1.7.9",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"firebase-admin": "^12.7.0",
"html-entities": "^2.6.0",
"link-preview-js": "^3.0.14",
"mongo-baileys": "^1.0.1",
"mongodb": "^6.8.0",
"mongoose": "^8.5.4",
"node-cron": "^3.0.3",
"qrcode-terminal": "^0.12.0"
}
}