{ "private": true, "workspaces": ["frontend", "frappe-ui"], "scripts": { "postinstall": "cd frontend && yarn install", "dev": "cd frontend && yarn dev", "build": "cd frontend && yarn build" } }