mirror of
https://github.com/different-ai/openwork
synced 2026-05-11 17:46:23 +02:00
16 lines
413 B
JSON
16 lines
413 B
JSON
{
|
|
"name": "@different-ai/openwork",
|
|
"private": true,
|
|
"version": "0.4.2",
|
|
"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"
|
|
}
|