chobit/package.json
Claude Code 9b1ab59f7d deps-upgrade(dependencies): ⬆️ Update dependencies to latest versions for security and maintenance patches
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 14:01:25 -07:00

19 lines
576 B
JSON

{
"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"
}
}