{ "workspaces": [ "ui/" ], "scripts": { "dev": "bun run scripts/dev.ts tauri dev -- --profile=release-with-debug", "build": "bun run scripts/dev.ts tauri build --no-bundle", "cargo": "bun run scripts/dev.ts cargo", "lint:ui": "bun run --filter ui lint", "test:ui": "bun run --filter ui test", "format": "oxfmt ui package.json .oxfmtrc.json .vscode", "format:check": "oxfmt --check ui package.json .oxfmtrc.json .vscode", "generate:openapi": "cargo run -p koharu-rpc --bin openapi -- ui/openapi.json", "generate:client": "openapi-generator-cli generate -i ui/openapi.json -g rust -o tests/integration-tests/client --package-name koharu-client --additional-properties=library=reqwest,supportAsync=true,preferUnsignedInt=true,packageVersion=0.0.0" }, "devDependencies": { "@openapitools/openapi-generator-cli": "^2.32.0", "@tauri-apps/cli": "^2.11.0", "git-cliff": "^2.13.1", "oxfmt": "^0.47.0" } }