mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 11:39:15 +00:00
31 lines
872 B
JSON
31 lines
872 B
JSON
{
|
|
"name": "@bot-whatsapp/provider",
|
|
"version": "0.0.68-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": "*",
|
|
"combine-image": "^1.0.3",
|
|
"qr-image": "^3.2.0",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/provider"
|
|
}
|
|
}
|