{ "name": "@botpresshub/messenger", "description": "Messenger integration for Botpress", "private": true, "scripts": { "build": "bp add -y && bp build", "check:type": "tsc --noEmit", "check:bplint": "bp lint", "uploadSandboxScripts": "ts-node -T ../../scripts/upload-sandbox-scripts.ts --integrationPath='./'", "test": "vitest --run" }, "dependencies": { "@botpress/cli": "workspace:*", "@botpress/client": "workspace:*", "@botpress/sdk": "workspace:*", "@botpress/sdk-addons": "workspace:*", "axios": "^1.6.2", "messaging-api-messenger": "^1.1.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" } }