mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
18 lines
394 B
JSON
18 lines
394 B
JSON
{
|
|
"name": "@bot-whatsapp/provider",
|
|
"version": "0.0.1",
|
|
"description": "Esto es el conector a Twilio, Meta, etc...",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@bot-whatsapp/bot": "*",
|
|
"qr-image": "^3.2.0"
|
|
},
|
|
"files": [
|
|
"./lib/provider/bundle.provider.cjs"
|
|
]
|
|
}
|