feat(provider): added tamplate venom

This commit is contained in:
Juan Daniel
2022-12-13 16:37:44 +01:00
parent 01fe9ebc9a
commit 337c2e94bc
9 changed files with 180 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "bot-whatsapp-base",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"pre-copy": "cd .. && yarn run copy.lib base-venom-mysql",
"start": "node app.js"
},
"keywords": [],
"dependencies": {
"venom-bot": "^4.3.7",
"@bot-whatsapp/bot": "latest",
"@bot-whatsapp/cli": "latest",
"@bot-whatsapp/database": "latest",
"@bot-whatsapp/provider": "latest"
},
"author": "",
"license": "ISC"
}