File size: 1,446 Bytes
c23f777
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
56
{
  "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"
  }
}