forked from tuhinpal/WhatsBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.41 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "whatsbot",
"version": "3.0.0",
"description": "Plugable UserBot for WhatsApp",
"main": "main.js",
"scripts": {
"start": "node startProcess.js",
"gentoken": "node session/genToken.js",
"gentokenwithdownload": "node session/genTokenWithDownload.js",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tuhinpal/WhatsBot.git"
},
"keywords": [
"whatsapp-bot"
],
"author": "Tuhin Kanti Pal",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tuhinpal/WhatsBot/issues"
},
"homepage": "https://github.com/tuhinpal/WhatsBot#readme",
"dependencies": {
"@iamtraction/google-translate": "^1.1.2",
"adm-zip": "^0.5.9",
"aes-encrypt-stream": "^0.2.0",
"axios": "^0.21.0",
"child_process": "^1.0.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"form-data": "^3.0.0",
"mime-to-extensions": "^1.0.2",
"mongodb": "^3.7.3",
"node-cron": "^3.0.0",
"ocr-space-api-wrapper": "^1.0.6",
"qr-image": "^3.2.0",
"qrcode-svg": "^1.1.0",
"qrcode-terminal": "^0.12.0",
"serve-index": "^1.9.1",
"urban-dictionary": "^3.0.2",
"vcf": "^2.1.1",
"weather-js": "^2.0.0",
"whatsapp-web.js": "^1.22.1"
},
"devDependencies": {
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "2.7.1"
},
"lint-staged": {
"*.{js,css,md}": "prettier --write"
}
}