{ "name": "@elizaos/setup", "version": "1.0.0", "private": true, "description": "Electrobun desktop app for flashing elizaOS AOSP builds onto Pixel devices via ADB and fastboot.", "type": "module", "scripts": { "predev": "node ../../shared/scripts/sync-to-public.mjs ./public", "dev": "vite", "prebuild": "node ../../shared/scripts/sync-to-public.mjs ./public", "build": "vite build", "typecheck": "tsgo --noEmit -p tsconfig.json && tsgo --noEmit -p tsconfig.main.json", "test": "vitest run --config ./vitest.config.ts", "lint": "bunx @biomejs/biome check --write --unsafe src vite.config.ts vitest.config.ts", "package:mac": "electrobun build --platform darwin", "package:linux": "electrobun build --platform linux", "package:windows": "electrobun build --platform win32", "postinstall": "node vendor/download.mjs", "vendor:update": "node vendor/download.mjs --strict", "clean": "node ../../scripts/rm-path-recursive.mjs dist", "lint:check": "bunx @biomejs/biome check src vite.config.ts vitest.config.ts", "lint:fix": "bunx @biomejs/biome check --write --unsafe src vite.config.ts vitest.config.ts", "format": "bunx @biomejs/biome format --write src vite.config.ts vitest.config.ts", "format:check": "bunx @biomejs/biome format src vite.config.ts vitest.config.ts" }, "dependencies": { "vite": "^8.0.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "devDependencies": { "@types/bun": "^1.3.14", "@types/node": "^25.0.0", "@types/react": "^18.0.0 || ^19.0.0", "@types/react-dom": "^18.0.0 || ^19.0.0", "jsdom": "^29.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "typescript": "^6.0.3", "vitest": "^4.0.0" } }