Files
openwork/packages/desktop/package.json
Benjamin Shafii 609ca9c5e2 chore(build): default OpenCode to latest
Stop pinning OpenCode in package metadata and resolve the latest release during sidecar bundling/runtime, while still allowing OPENCODE_VERSION to pin for reproducible builds.
2026-02-06 10:27:40 -08:00

17 lines
446 B
JSON

{
"name": "@different-ai/openwork",
"private": true,
"version": "0.11.22",
"owpenbotVersion": "0.1.19",
"type": "module",
"scripts": {
"dev": "tauri dev --config \"{\\\"build\\\":{\\\"devUrl\\\":\\\"http://localhost:${PORT:-5173}\\\"}}\"",
"build": "tauri build",
"prepare:sidecar": "node ./scripts/prepare-sidecar.mjs"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0"
},
"packageManager": "pnpm@10.27.0"
}