Understanding package.json and package-lock.json
When you are building on any JavaScript application (for example Node.js or ReactJS), you quickly discover two files package.json and package-lock.json. These two files are very important and form the…