File size: 964 Bytes
1cb6139 759cc6f 1db2179 8c790cf c362e5e f8234ea a0728ec aa02536 759cc6f bd7b448 1db2179 759cc6f 51e4e63 36af951 00f44a4 7a9926c 759cc6f 1cb6139 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"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"
}
}
|