@tioagustian/whatsbot
Version:
A toolkit for working with the WhatsApp Web API
37 lines (36 loc) • 903 B
JSON
{
"name": "@tioagustian/whatsbot",
"version": "0.0.36",
"description": "A toolkit for working with the WhatsApp Web API",
"main": "index.js",
"bin": {
"whatsbot": "/src/bin/cli.js"
},
"dependencies": {
"commander": "^9.4.0",
"inquirer": "^8.2.4",
"moment": "^2.29.4",
"pm2": "^5.2.0",
"qrcode-terminal": "^0.12.0",
"require-context": "^1.1.0",
"whatsapp-web.js": "^1.24.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tioagustian/whatsbot.git"
},
"keywords": [
"Whatsapp",
"Bot"
],
"author": "Tio Agustian",
"license": "MIT",
"bugs": {
"url": "https://github.com/tioagustian/whatsbot/issues"
},
"homepage": "https://github.com/tioagustian/whatsbot#readme"
}