An interface that represents a dependency name with its version
The name of the NPM dependency as it's reflected in the package.json:
In the example below name would be "react"
{ "react": "1.2.3"} Copy
{ "react": "1.2.3"}
The version of the NPM dependency as it's reflected in the package.json:
In the example below version would be "1.2.3"
An interface that represents a dependency name with its version