docs(contributing): 📝 added more example

This commit is contained in:
Leifer Mendez
2022-12-01 18:17:19 +01:00
parent 026c189901
commit 903b4d79ac
7 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "bot-whatsapp-base",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"keywords": [],
"dependencies": {
"@bot-whatsapp/bot": "file:../packages/bot",
"@bot-whatsapp/database": "file:../packages/database",
"@bot-whatsapp/provider": "file:../packages/provider",
"whatsapp-web.js": "^1.18.3"
},
"author": "",
"license": "ISC"
}