Files
botpress--botpress/integrations/twilio/package.json
T
2026-07-13 13:34:48 +08:00

35 lines
1.0 KiB
JSON

{
"name": "@botpresshub/twilio",
"description": "Twilio integration for Botpress",
"private": true,
"scripts": {
"build": "bp add -y && bp build",
"deploy": "bp deploy",
"check:type": "tsc --noEmit",
"check:bplint": "bp lint",
"test": "vitest --run"
},
"dependencies": {
"@botpress/client": "workspace:*",
"@botpress/common": "workspace:*",
"@botpress/sdk": "workspace:*",
"@botpress/sdk-addons": "workspace:*",
"axios": "^1.6.0",
"query-string": "^6.14.1",
"twilio": "^5.4.0"
},
"devDependencies": {
"@botpress/cli": "workspace:*",
"@botpress/common": "workspace:*",
"@botpress/sdk": "workspace:*",
"@botpresshub/proactive-conversation": "workspace:*",
"@botpresshub/proactive-user": "workspace:*",
"@botpresshub/typing-indicator": "workspace:*"
},
"bpDependencies": {
"proactive-conversation": "../../interfaces/proactive-conversation",
"proactive-user": "../../interfaces/proactive-user",
"typing-indicator": "../../interfaces/typing-indicator"
}
}