deps-upgrade(dependencies): ⬆️ Update dependencies to latest versions for security and maintenance patches
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
commit
9b1ab59f7d
1 changed files with 19 additions and 0 deletions
19
package.json
Normal file
19
package.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue