29 lines
586 B
JSON
29 lines
586 B
JSON
{
|
|
"name": "whatsapp_bot",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"axios": "^1.7.7",
|
|
"dotenv": "^16.4.5",
|
|
"form-data": "^4.0.1",
|
|
"node-cron": "^3.0.3",
|
|
"pino": "^9.5.0",
|
|
"pino-pretty": "^11.3.0",
|
|
"qrcode-terminal": "^0.12.0",
|
|
"translate-google": "^1.5.0",
|
|
"whatsapp-web.js": "^1.26.0",
|
|
"winston": "^3.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.7"
|
|
}
|
|
}
|