Renamed the /packages folder to be /modules. I like this more because it's easier to auto-complete as it does not compete with package.json. I thought about /libs too since it's shorter. But some of the things in there are not libraries. I don't think I want /libs and /apps for such a small repo, so I'm going for /modules which mimics node_modules.
Changes