{ "name": "@chobit-workspace", "version": "0.1.0", "private": true, "description": "Chobit - Interactive AI companion with Godot 3D avatar, voice interaction, and pluggable LLM backend", "packageManager": "bun@1.2.6", "workspaces": ["packages/*"], "scripts": { "build": "turbo run build", "build:packages": "turbo run build --filter='./packages/*'", "typecheck": "turbo run typecheck", "test": "turbo run test", "clean": "turbo run clean" }, "devDependencies": { "@rollup/rollup-linux-x64-gnu": "^4.59.0", "turbo": "^2.7.3" } }