bot_sm_1.0 / package.json
JustJoin's picture
Update package.json
879b94a verified
Raw
History Blame Contribute Delete
417 Bytes
{
"name": "whatsapp-bot-sm-odysseus",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@hapi/boom": "^10.0.1",
"@whiskeysockets/baileys": "^7.0.0-rc13",
"express": "^4.19.2",
"googleapis": "^140.0.0",
"groq-sdk": "^1.2.1",
"node-cron": "^3.0.3",
"pino": "^9.2.0",
"qrcode-terminal": "^0.12.0"
}
}