Class NpmScript

  • All Implemented Interfaces:

    
    public final class NpmScript
    
                        

    Represents a script in a package.json file. name is the name of the script. command is the command of the script.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class NpmScript.Companion

      Converts the script to a map.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final String getCommand()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait