plazbot
Version:
Official Plazbot SDK for creating AI agents for WhatsApp, portals, and developers.
41 lines (40 loc) • 849 B
JSON
{
"name": "plazbot",
"version": "1.1.3",
"description": "Official Plazbot SDK for creating AI agents for WhatsApp, portals, and developers.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build",
"release": "npm version patch && npm publish"
},
"author": "Kristian Garcia",
"license": "MIT",
"keywords": [
"plazbot",
"sdk",
"ia",
"whatsapp",
"ai-agents",
"chatbot",
"typescript"
],
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/plazbot/plazbot-sdk.git"
},
"devDependencies": {
"@types/axios": "^0.9.36",
"typescript": "^5.3.0"
},
"dependencies": {
"axios": "^1.9.0"
}
}