mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-17 19:26:23 +00:00
25 lines
669 B
JSON
25 lines
669 B
JSON
{
|
|
"name": "@bot-whatsapp/provider",
|
|
"version": "0.0.28-alpha.0",
|
|
"description": "Esto es el conector a Twilio, Meta, etc...",
|
|
"main": "./lib/mock/index.cjs",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"files": [
|
|
"./lib/"
|
|
],
|
|
"dependencies": {
|
|
"@bot-whatsapp/bot": "*",
|
|
"qr-image": "^3.2.0"
|
|
},
|
|
"exports": {
|
|
"./mock": "./lib/mock/index.cjs",
|
|
"./twilio": "./lib/twilio/index.cjs",
|
|
"./web-whatsapp": "./lib/web-whatsapp/index.cjs",
|
|
"./venom": "./lib/venom/index.cjs",
|
|
"./baileys": "./lib/baileys/index.cjs",
|
|
"./meta": "./lib/meta/index.cjs"
|
|
}
|
|
}
|