mirror of
https://github.com/different-ai/openwork
synced 2026-05-14 11:06:25 +02:00
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.
17 lines
446 B
JSON
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"
|
|
}
|