{ "name": "@tea/workspace", "author": "neil molina ", "private": true, "scripts": { "dev": "pnpm --filter desktop exec pnpm electron", "release": "sh ./.github/update-latest-binary.sh", "build:desktop": "pnpm --filter desktop exec pnpm package", "web:desktop": "BUILD_FOR=preview pnpm --filter desktop dev" }, "workspaces": { "packages": [ "modules/*" ] }, "homepage": "https://tea.xyz", "repository": { "type": "git", "url": "https://github.com/teaxyz/gui.git" } }