{ "name": "@botpresshub/loops", "description": "Loops 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/common": "workspace:*", "@botpress/sdk": "workspace:*" }, "devDependencies": { "@botpress/cli": "workspace:*", "@botpress/sdk": "workspace:*" } }