{ "name": "@botpresshub/sunco", "description": "Sunco integration for Botpress", "private": true, "scripts": { "build": "bp add -y && bp build", "check:type": "tsc --noEmit", "check:bplint": "bp lint", "test": "vitest --run" }, "dependencies": { "@botpress/cli": "workspace:*", "@botpress/client": "workspace:*", "@botpress/sdk": "workspace:*", "@botpress/sdk-addons": "workspace:*", "axios": "^1.7.9", "sunshine-conversations-client": "^9.12.0" }, "devDependencies": { "@botpress/cli": "workspace:*", "@botpress/common": "workspace:*", "@botpress/sdk": "workspace:*" }, "bpDependencies": { "typing-indicator": "../../interfaces/typing-indicator", "proactive-user": "../../interfaces/proactive-user", "proactive-conversation": "../../interfaces/proactive-conversation" } }