From 9b1ab59f7d030d73a34a279fa4183ec17c33455b Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 26 Mar 2026 14:01:25 -0700 Subject: [PATCH] =?UTF-8?q?deps-upgrade(dependencies):=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F=20Update=20dependencies=20to=20latest=20versions=20fo?= =?UTF-8?q?r=20security=20and=20maintenance=20patches?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json 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" + } +}