bodegAI/package.json

22 lines
446 B
JSON

{
"name": "whatsapp_bot",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"form-data": "^4.0.1",
"node-cron": "^3.0.3",
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.26.0",
"winston": "^3.16.0"
}
}