{ "name": "@botpresshub/conversation-insights", "scripts": { "check:type": "tsc --noEmit", "build": "bp add -y && bp build", "test": "vitest --run" }, "private": true, "dependencies": { "@botpress/cognitive": "0.6.1", "@botpress/sdk": "workspace:*", "browser-or-node": "^2.1.1", "jsonrepair": "^3.10.0" }, "devDependencies": { "@botpress/cli": "workspace:*", "@botpress/sdk": "workspace:*", "@botpresshub/llm": "workspace:*" } }