{ "name": "@botpresshub/proactive-user", "description": "interface that allows the bot to proactively create a user in the integration", "private": true, "scripts": { "check:type": "tsc --noEmit", "check:bplint": "bp lint" }, "dependencies": { "@botpress/sdk": "workspace:*" }, "devDependencies": { "@botpress/cli": "workspace:*", "@botpress/sdk": "workspace:*" } }