commit 9b1ab59f7d030d73a34a279fa4183ec17c33455b Author: Claude Code Date: Thu Mar 26 14:01:25 2026 -0700 deps-upgrade(dependencies): ⬆️ Update dependencies to latest versions for security and maintenance patches Co-Authored-By: Lilith Autocommit diff --git a/package.json b/package.json new file mode 100644 index 0000000..0961510 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "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" + } +}