{ "private": true, "name": "lesson-learned", "workspaces": [ "packages/*" ], "scripts": { "build": "yarn workspace server run build", "start": "yarn workspace server run start" } }