{ "name": "@botpresshub/zapier", "description": "Zapier 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/client": "workspace:*", "@botpress/sdk": "workspace:*", "@botpress/sdk-addons": "workspace:*", "axios": "^1.6.3" }, "devDependencies": { "@botpress/cli": "workspace:*", "@botpress/common": "workspace:*", "@botpress/sdk": "workspace:*", "@types/jest": "^29.5.0", "@types/uuid": "^9.0.1", "jest": "^29.5.0", "ts-jest": "^29.1.0" } }