package.json in Node.js

This file goes in the root of our package or application and it tells how our package is structured and what to do to install it.

“npm init” command will create a package.json file and it will ask for details as shown below