fix(cli): 🔥 create script - templates

This commit is contained in:
Leifer Mendez
2022-12-10 21:17:29 +01:00
parent 1036273a28
commit eebc3c9806
29 changed files with 417 additions and 61 deletions

View File

@@ -1,12 +1,15 @@
{
"name": "create-bot-whatsapp",
"version": "0.0.9-alpha.0",
"version": "0.0.13-alpha.0",
"description": "",
"main": "./lib/bin/bundle.create.cjs",
"main": "./lib/bundle.create-bot-whatsapp.cjs",
"files": [
"./starters/",
"./bin/create.js",
"./lib/bundle.create-bot-whatsapp.cjs"
],
"bin": "./bin/create.js",
"dependencies": {
"@bot-whatsapp/cli": "*"
},
"bin": {
"bot": "./lib/bin/bundle.create.cjs"
}
}