mirror of
https://github.com/different-ai/openwork
synced 2026-05-10 09:12:03 +02:00
16 lines
413 B
JSON
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"
|
|
}
|