I m learning node.js and express, I am wondering what is the property "private" in ./package.json file used for?
I am building a web application using NodeJS splitting the application into a back-end to handle database queries with MongoDB and a front end via a node based webserver that uses interactjs with ...