| { |
| "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" |
| } |
| } |
|
|