Package io.github.kelvindev15.npm
Class NpmDependency
-
- All Implemented Interfaces:
public final class NpmDependencyRepresents a dependency in a package.json file. name is the name of the dependency. version is the version of the dependency.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNpmDependency.Companion
-
Constructor Summary
Constructors Constructor Description NpmDependency(String name, String version)
-
Method Summary
Modifier and Type Method Description final StringgetName()final StringgetVersion()
-