Files
bot-whatsapp/starters/apps/base-twilio-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

24 lines
613 B
JSON

{
"name": "bot-whatsapp-base-twilio-mysql",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"pre-copy": "cd .. && yarn run copy.lib base-twilio-mysql",
"start": "node app.js"
},
"keywords": [],
"dependencies": {
"body-parser": "^1.20.1",
"polka": "^0.5.2",
"twilio": "^3.83.4",
"@bot-whatsapp/bot": "latest",
"@bot-whatsapp/cli": "latest",
"@bot-whatsapp/database": "latest",
"@bot-whatsapp/provider": "latest",
"mysql2": "^2.3.3"
},
"author": "",
"license": "ISC"
}