File Structure:
-.git
-apps
--server
---node_modules
---src
----...
---package-lock.json
---package.json
--web
---node_modules
---src
----...
---package-lock.json
---package.json
I had been developing just server in a repo of its own but have now moved it into a directory apps along with a new web directory for my front-end.
What should go in the repository section of each of these package.json files? Are there any other errors with how I have structured this repo?