fix(provider): 🐛 fix metea provider

This commit is contained in:
Leifer Mendez
2022-12-15 14:06:19 +01:00
parent b041f7d0c7
commit a52aaa11d8
5 changed files with 128 additions and 6 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "bot-whatsapp-base-meta-memory",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"pre-copy": "cd .. && yarn run copy.lib base-meta-memory",
"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"
},
"author": "",
"license": "ISC"
}