wabot
Version:
Whatsapp Bot Module for automate response and interact whit users
74 lines (73 loc) • 1.9 kB
JSON
{
"name": "wabot",
"version": "1.4.9",
"description": "Whatsapp Bot Module for automate response and interact whit users",
"main": "src/WABOT.js",
"scripts": {
"test": "node --no-warnings ./example/test.js",
"docs": "node_modules/.bin/jsdoc --configure jsdoc.json",
"start": "node --no-warnings ./src/WABOT.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luiscruzga/wabot.git"
},
"homepage": "https://github.com/luiscruzga/wabot#readme",
"keywords": [
"whatsapp",
"whatsapp-web",
"api",
"bot",
"client",
"node"
],
"author": "Luis Cruz",
"license": "ISC",
"dependencies": {
"@vitalets/google-translate-api": "^8.0.0",
"ascii-table": "0.0.9",
"axios": "^0.21.0",
"chatgpt-io": "^1.1.0",
"cheerio": "^1.0.0-rc.3",
"cli-progress": "^3.8.2",
"crypto": "^1.0.1",
"deepai": "^1.0.16",
"del": "^6.0.0",
"events": "^3.2.0",
"feed-read": "0.0.1",
"fs": "0.0.1-security",
"google-it": "^1.6.4",
"html-metadata": "^1.7.1",
"imagemin": "^7.0.1",
"imagemin-webp": "^6.0.0",
"jsdoc": "^3.6.6",
"jsdoc-template": "^1.2.0",
"lexicaart": "^1.0.1",
"lodash": "^4.17.20",
"makemeazombie": "^1.0.2",
"merge-anything": "^3.0.6",
"moment": "^2.29.1",
"node-base64-image": "^1.0.7",
"ora": "^5.1.0",
"path": "^0.12.7",
"perplexityai": "^1.0.1",
"photo2anime": "^1.0.0",
"puppeteer": "^5.5.0",
"qrcode-terminal": "^0.12.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"selfietoanime": "^1.0.0",
"sharp": "^0.31.2",
"stable-difussion-js": "^1.0.3",
"toonify": "^1.0.0",
"util": "^0.12.3",
"vcard": "^0.1.0",
"vcards-js": "^2.10.0",
"x-ray": "^2.3.4",
"yt-search": "^2.5.1"
},
"devDependencies": {
"better-docs": "^2.3.2",
"jsdoc": "^3.6.6"
}
}