The package.json file used by node when starting the application, or is it used only for npm to install dependencies?
What I really need to know is: when I launch the application using
node myapp
Is the package.json file read or ignored?
source share