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