how to create a package json with build command for regular code example
Example 1: install dependencies npm
npm install
Example 2: how to install node dependencies
#how to install project dependecies when you download project
# example:
npm install
#NOTE:: by entering only this command your all dependecies will automatically installed.