main
↔ sets Module file as entry point for Package - usually index.js
avoid setting entry file as TS which can not be used by JS only packages
entry point
to set default file to run when start App (usually index.js)