{ "name": "@botpresshub/webflow", "scripts": { "build": "bp add -y && bp build", "check:type": "tsc --noEmit", "check:bplint": "bp lint", "test": "vitest --run" }, "private": true, "dependencies": { "@botpress/client": "workspace:*", "@botpress/sdk": "workspace:*", "axios": "^1.11.0" }, "devDependencies": { "@botpress/cli": "workspace:*", "@botpress/sdk": "workspace:*" } }