{ "name": "cloud-reader", "private": true, "workspaces": [ "shared", "frontend", "mobile" ], "scripts": { "frontend:dev": "yarn workspace @cloud-reader/frontend dev", "frontend:build": "yarn workspace @cloud-reader/frontend build", "mobile:start": "yarn workspace @cloud-reader/mobile start", "mobile:android": "yarn workspace @cloud-reader/mobile android", "mobile:ios": "yarn workspace @cloud-reader/mobile ios", "shared:build": "yarn workspace @cloud-reader/shared build", "lint": "yarn workspaces run lint", "typecheck": "yarn workspaces run typecheck" } }