fix(starters): base templates are added for meta

This commit is contained in:
vicente1992
2022-12-30 07:24:29 -05:00
parent e8d625201e
commit 20f665175c
10 changed files with 480 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "bot-whatsapp-base-meta-json",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"pre-copy": "cd .. && yarn run copy.lib base-meta-json",
"start": "node app.js"
},
"keywords": [],
"dependencies": {
"body-parser": "^1.20.1",
"polka": "^0.5.2",
"@bot-whatsapp/bot": "latest",
"@bot-whatsapp/cli": "latest",
"@bot-whatsapp/database": "latest",
"@bot-whatsapp/provider": "latest",
"axios": "^1.2.1"
},
"author": "",
"license": "ISC"
}