Files
bot-whatsapp/packages/provider/package.json
Leifer Mendez 9178bc083e fix rollup
2022-11-14 19:44:58 +01:00

21 lines
492 B
JSON

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