Change default starter js ( server.js) for node on openshift

How can I change the name of default starter script for node on openshift ? default starter script is server.js.

I saw a thread on openshift forum, however it is difficult for me to understand.

Take a look in the package.json file, and you should see this:

  "main": "server.js"