mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-21 17:38:10 +00:00
14 lines
309 B
JSON
14 lines
309 B
JSON
{
|
|
"name": "homeagent-gui",
|
|
"version": "1.0.0",
|
|
"description": "HomeAgent Desktop GUI - Multi-connection management dashboard",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron . --no-sandbox",
|
|
"dev": "electron . --no-sandbox --dev"
|
|
},
|
|
"dependencies": {
|
|
"electron": "^33.0.0"
|
|
}
|
|
}
|