In monorepo mode, the package.json stays at the root by default. Each project generated is independent of one other, but they all share the same package.json. I am a little confused about how this is best organized as the repository grows.
-
Should/can I have a packages.json each project have its own package.json? Different projects will have different dependency requirements, and having one big giant manifest of everything seems odd.
-
If the intent is to have only one package.json for all projects, what is the best way to organize all the scripts that run the individual apps?