mirror of
https://github.com/sascha-hemi/homeassistant-desktop.git
synced 2026-03-21 00:04:12 +01:00
fixes #4 fixes #5 fixes #6 fixes #7 may fix #3 added: - availability check / error page - auto switching to next available instance for multiple instances + linting / formatting
33 lines
977 B
JSON
33 lines
977 B
JSON
{
|
|
"name": "homeassistant-desktop",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mrvnklm/homeassistant-desktop"
|
|
},
|
|
"version": "1.3.0",
|
|
"description": "Desktop App (Windows / macOS) for Home Assistant built with Electron",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"build-local": "electron-builder build --mac --win --ia32 --publish never",
|
|
"deploy": "electron-builder build --mac --win --ia32 --publish always",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Marvin Kelm (https://github.com/mrvnklm)",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"auto-launch": "^5.0.5",
|
|
"electron-store": "^5.2.0",
|
|
"electron-traywindow-positioner": "^1.1.0",
|
|
"electron-updater": "^4.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^8.5.0",
|
|
"electron-builder": "^22.8.0"
|
|
},
|
|
"build": {
|
|
"appId": "com.electron.homeassistant-desktop",
|
|
"productName": "Home Assistant"
|
|
}
|
|
}
|