issue rollup

This commit is contained in:
Leifer Mendez
2022-11-13 15:13:05 +01:00
parent 03eed5131a
commit 716f0587c3
13 changed files with 208 additions and 37 deletions

View File

@@ -2,8 +2,11 @@
"name": "@bot-whatsapp/provider",
"version": "0.0.1",
"description": "Esto es el conector a Twilio, Meta, etc...",
"main": "index.js",
"main": "./lib/bundle.provider.cjs",
"private": true,
"scripts": {
"test.unit": "cross-env NODE_ENV=test node ../../node_modules/uvu/bin.js tests"
},
"keywords": [],
"author": "",
"license": "ISC",
@@ -12,6 +15,9 @@
"qr-image": "^3.2.0"
},
"files": [
"./lib/provider/bundle.provider.cjs"
"./lib/bundle.provider.cjs",
"./mock/*",
"./twilio/*",
"./web-whatsapp/*"
]
}