Package.json VS package-lock.json
Package.json
firstly, the package.json file is used to specify the metadata and dependencies of any project.
common fields in package.json
name - contains the name of the package.
version - contains the version number of the package.
description - co...
supreeth.hashnode.dev4 min read