Packages

case class PublishMeta(name: String, version: String, description: String, main: String = "", types: String = "", author: String = "", license: scalalib.publish.License = mill.scalalib.publish.License.MIT, homepage: String = "", bin: Map[String, String] = Map.empty[String, String], files: Seq[String] = Seq.empty[String], scripts: Map[String, String] = Map.empty[String, String], engines: Map[String, String] = Map.empty[String, String], keywords: Seq[String] = Seq.empty[String], repository: Repository = EmptyRepository, bugs: Bugs = EmptyBugs, dependencies: Map[String, String] = Map.empty[String, String], devDependencies: Map[String, String] = Map.empty[String, String], publishConfig: PublishConfig = EmptyPubConfig, exports: Map[String, ExportEntry] = Map.empty[String, ExportEntry], typesVersions: Map[String, Seq[String]] = Map.empty[String, Seq[String]]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PublishMeta
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PublishMeta(name: String, version: String, description: String, main: String = "", types: String = "", author: String = "", license: scalalib.publish.License = mill.scalalib.publish.License.MIT, homepage: String = "", bin: Map[String, String] = Map.empty[String, String], files: Seq[String] = Seq.empty[String], scripts: Map[String, String] = Map.empty[String, String], engines: Map[String, String] = Map.empty[String, String], keywords: Seq[String] = Seq.empty[String], repository: Repository = EmptyRepository, bugs: Bugs = EmptyBugs, dependencies: Map[String, String] = Map.empty[String, String], devDependencies: Map[String, String] = Map.empty[String, String], publishConfig: PublishConfig = EmptyPubConfig, exports: Map[String, ExportEntry] = Map.empty[String, ExportEntry], typesVersions: Map[String, Seq[String]] = Map.empty[String, Seq[String]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val author: String
  6. val bin: Map[String, String]
  7. val bugs: Bugs
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  9. val dependencies: Map[String, String]
  10. val description: String
  11. val devDependencies: Map[String, String]
  12. val engines: Map[String, String]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. val exports: Map[String, ExportEntry]
  15. val files: Seq[String]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. val homepage: String
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val keywords: Seq[String]
  20. val license: scalalib.publish.License
  21. val main: String
  22. val name: String
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val publishConfig: PublishConfig
  28. val repository: Repository
  29. val scripts: Map[String, String]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toJson: Value
  32. def toJsonClean: Value
  33. val types: String
  34. val typesVersions: Map[String, Seq[String]]
  35. val version: String
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped