Merge branch 'feature/monorepo' of github.com:leifermendez/bot-whatsapp into feature/monorepo

This commit is contained in:
Leifer Mendez
2022-10-29 12:16:21 +02:00
7 changed files with 149 additions and 1 deletions

View File

@@ -1,8 +1,9 @@
{
"name": "cli",
"version": "1.0.0",
"version": "0.0.1",
"description": "",
"main": "index.js",
"private":true,
"scripts": {
"cli:dev": "NODE_ENV=dev node ./index.js",
"cli:rollup": "rollup index.js --config ./rollup-cli.config.js",