dependencyType
The type of a package dependency. The possible values depend on the package type.
npm:
regular,dev,peer,optionalmaven:
optional,parent,compile,runtime,test,system,provided.Note thatparentis not a regular Maven dependency type; instead this is extracted from the<parent>element if one is defined in the package version's POM file.nuget: The
dependencyTypefield is never set for NuGet packages.pypi:
Requires-Dist