Files
openwork/packages/desktop/package.json
2026-01-23 17:36:34 -08:00

16 lines
413 B
JSON

{
"name": "@different-ai/openwork",
"private": true,
"version": "0.3.6",
"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"
}