{ "name": "sirba", "private": true, "version": "0.0.1", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "format": "elm-format src --yes && biome format --write", "lint": "biome lint", "package": "pnpm build && ares-package dist", "install-tv": "ares-install -d mytv et.frectonz.sirba_1.0.0_all.ipk", "launch-tv": "ares-launch -d mytv et.frectonz.sirba", "inspect-tv": "ares-inspect -d mytv et.frectonz.sirba" }, "devDependencies": { "@biomejs/biome": "^2.5.3", "@webos-tools/cli": "^3.2.5", "typescript": "^7.0.2", "vite": "^8.1.4", "vite-plugin-elm": "^3.0.1", "vite-plugin-singlefile": "^2.3.3" } }