module.exports/require
- This is the older way that node would import files into one another.
- Use it with normal javascript files. This works whether you have a package.json or not
- Some node packages may not be compatible with this syntax. But it is still in use