Quoting from this blog post:
Entry point is the javascript file that will be invoked when consumers
of your module “require” it, this file will include the main logic for
your module, or if it is a large module you can export public
functions found with other files (typically in the lib directory)
So it should be your app.js file.