mirror of
https://github.com/sascha-hemi/homeassistant-desktop.git
synced 2026-03-21 03:04:10 +01:00
33 lines
957 B
JSON
33 lines
957 B
JSON
{
|
|
"name": "homeassistant-desktop",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mrvnklm/homeassistant-desktop"
|
|
},
|
|
"version": "1.0.0",
|
|
"description": "Desktop App (Windows / macOS) for Home Assistant built with Electron",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"build": "electron-builder build --mac --win --publish never",
|
|
"deploy": "electron-builder build --mac --win --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.1.1",
|
|
"electron-traywindow-positioner": "^1.1.0",
|
|
"electron-updater": "^4.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^8.2.5",
|
|
"electron-builder": "^22.6.0"
|
|
},
|
|
"build": {
|
|
"appId": "com.electron.homeassistant-desktop",
|
|
"productName": "Home Assistant"
|
|
}
|
|
}
|