Package.json, Understanding it for your nodejs, reactjs, angularjs or any javascript app which use npm.

krishankant singhal
6 min readJan 12, 2020

If you have ever worked on any node js or react or any npm application, you might have encounter a file known as package.json. It is kind of manifest file for your application.

package.json file play same role as played by pom.xml In Maven projects.package.json follow the json syntax. We can define various properties as described below.

Properties breakdown
name
author
contributors
bugs
homepage
version
license
keywords
description…

--

--

krishankant singhal

Angular,Vuejs,Android,Java,Git developer. i am nerd who want to learn new technologies, goes in depth.