### What version of Turbrepo are you using? 1.0.4 ### Describe the Bug Turbo crashes if `private` field is set to the string `"true"` in `package.json`: ``` ERROR error parsing packages/eslint-config/package.json: json: cannot unmarshal string into Go struct field PackageJSON.private of type bool ``` ### Expected Behavior Turbo ignores the field? ### To Reproduce Add `"private": "true"` to `package.json` and build the package.