@smartuy/builderbot-provider-waha
Version:
WAHA (WhatsApp HTTP API) provider for BuilderBot desarrollado por SmartUY
54 lines (53 loc) • 1.21 kB
JSON
{
"name": "@smartuy/builderbot-provider-waha",
"version": "1.2.8",
"description": "WAHA (WhatsApp HTTP API) provider for BuilderBot desarrollado por SmartUY",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"bin": {
"@smartuy/builderbot-provider-waha": "bin/cli.js"
},
"files": [
"dist",
"bin",
"examples",
"README.md",
"LICENSE"
],
"keywords": [
"whatsapp",
"waha",
"builderbot",
"chatbot",
"provider"
],
"author": "SmartUY",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bigjuanpa/builderbot-provider-waha"
},
"dependencies": {
"@builderbot/bot": "^1.2.5",
"axios": "^1.8.4",
"dotenv": "^16.4.7",
"express": "^4.21.2"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/node": "^22.13.11",
"concurrently": "^7.0.0",
"nodemon": "^2.0.0",
"typescript": "^5.8.2"
},
"scripts": {
"build": "tsc",
"start": "node dist/src/app.js",
"dev": "concurrently \"tsc --watch\" \"nodemon dist/src/app.js\"",
"prepare": "npm run build",
"prepublishOnly": "npm run build"
},
"publishConfig": {
"access": "public"
}
}