mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
24 lines
642 B
JSON
24 lines
642 B
JSON
{
|
|
"name": "bot-whatsapp-base-bailey-mongo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"pre-copy": "cd .. && yarn run copy.lib base-bailey-mongo",
|
|
"start": "node app.js"
|
|
},
|
|
"keywords": [],
|
|
"dependencies": {
|
|
"@bot-whatsapp/bot": "latest",
|
|
"@bot-whatsapp/cli": "latest",
|
|
"@bot-whatsapp/database": "latest",
|
|
"@bot-whatsapp/provider": "latest",
|
|
"@adiwajshing/baileys": "^4.4.0",
|
|
"mime-types": "^2.1.35",
|
|
"mongodb": "^4.12.1",
|
|
"wa-sticker-formatter": "^4.3.2"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|