what are dependencies in package.json

JavaScript
npm install // installs dependencies listed in package.jsondependencies are the modules that the project relies on to function properly.
Source

Also in JavaScript: