Class NpmPackageFile

  • All Implemented Interfaces:

    
    public final class NpmPackageFile
    
                        

    Represents a package.json file. name is the name of the package. version is the version of the package. author is the author of the package. description is the description of the package. main is the main file of the package. license is the license of the package. scripts are the scripts of the package. dependencies are the dependencies of the package. devDependencies are the devDependencies of the package. repository is the repository of the package. homepage is the homepage of the package. type is the type of the package.