mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-18 15:03:06 +00:00
23 lines
601 B
JSON
23 lines
601 B
JSON
{
|
|
"name": "@sandbox-agent/foundry-desktop",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tauri dev",
|
|
"build": "tauri build",
|
|
"build:sidecar": "tsx scripts/build-sidecar.ts",
|
|
"build:frontend": "tsx scripts/build-frontend.ts",
|
|
"build:all": "pnpm build:sidecar && pnpm build:frontend && pnpm build",
|
|
"tauri": "tauri"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2",
|
|
"tsx": "^4"
|
|
},
|
|
"dependencies": {
|
|
"@sandbox-agent/foundry-shared": "workspace:*",
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-shell": "^2"
|
|
}
|
|
}
|