Files
agent/apps/desktop/package.json

16 lines
294 B
JSON
Raw Normal View History

2026-07-18 16:44:11 +08:00
{
"name": "desktop",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"tauri": "tauri",
"dev": "tauri dev",
2026-07-18 20:09:29 +08:00
"build": "tauri build --no-bundle",
"bundle": "tauri build --ci --no-sign"
2026-07-18 16:44:11 +08:00
},
"devDependencies": {
"@tauri-apps/cli": "^2.9.3"
}
}