{ "name": "@botpresshub/analytics", "scripts": { "check:type": "tsc --noEmit", "build": "bp add -y && bp build", "add:integrations": "echo 'no integrations to add'", "test": "vitest --run" }, "private": true, "dependencies": { "@botpress/client": "workspace:*", "@botpress/sdk": "workspace:*" }, "devDependencies": { "@botpress/cli": "workspace:*", "@botpress/common": "workspace:*", "@botpress/sdk": "workspace:*", "@bpinternal/genenv": "0.0.1" } }