Understanding package.json and package-lock.json
If you have worked on or seen any Node.js project on GitHub, you might have seen these two files. And, just like me you probably would have been confused on what do these files do or what's there purpose? Let's look into them one by one. package.json...
Apr 2, 20234 min read517
