Files
bot-whatsapp/starters/apps/base-bailey-mysql/package.json
cheveguerra b59d4fcdd7 fix: fix del db provider mysql
Se pusieron correctamente los datos de mysql en app.js y packaje.json
2022-12-17 07:40:27 -06:00

23 lines
598 B
JSON

{
"name": "bot-whatsapp-base-bailey-mysql",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"pre-copy": "cd .. && yarn run copy.lib base-bailey-mysql",
"start": "node app.js"
},
"keywords": [],
"dependencies": {
"@adiwajshing/baileys": "^4.4.0",
"mime-types": "^2.1.35",
"@bot-whatsapp/bot": "latest",
"@bot-whatsapp/cli": "latest",
"@bot-whatsapp/database": "latest",
"@bot-whatsapp/provider": "latest",
"mysql2": "^2.3.3"
},
"author": "",
"license": "ISC"
}