feat(bot): rev-03 everything work fine

This commit is contained in:
Leifer Mendez
2023-01-03 23:06:27 +01:00
parent eabef7a92d
commit 3012e026b7
14 changed files with 582 additions and 1 deletions

View File

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