{ "name": "mapsdk-monorepo", "private": true, "workspaces": [ "packages/*", "example" ], "scripts": { "bootstrap": "npm install", "build": "npm run -w @lynkedup/map-sdk build", "start:example": "npm run -w example start" } }