mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-17 19:26:23 +00:00
23 lines
612 B
JSON
23 lines
612 B
JSON
{
|
|
"name": "bot-whatsapp-base-bailey-memory",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"pre-copy": "cd .. && yarn run copy.lib base-baileys-memory",
|
|
"start": "node app.js"
|
|
},
|
|
"keywords": [],
|
|
"dependencies": {
|
|
"@bot-whatsapp/bot": "latest",
|
|
"@bot-whatsapp/cli": "latest",
|
|
"@bot-whatsapp/database": "latest",
|
|
"@bot-whatsapp/provider": "latest",
|
|
"@adiwajshing/baileys": "5.0.0",
|
|
"mime-types": "2.1.35",
|
|
"wa-sticker-formatter": "4.3.2"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|