{ "private": true, "workspaces": [ "src/client/web" ], "scripts": { "build": "scripts/build", "start": "go run cmd/start/main.go -c `pwd`/configs/dev.yml" } }