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
Ordering
- Alphabetic
- By Inheritance
Inherited
- PublishMeta
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val author: String
- val bin: Map[String, String]
- val bugs: Bugs
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val dependencies: Map[String, String]
- val description: String
- val devDependencies: Map[String, String]
- val engines: Map[String, String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val exports: Map[String, ExportEntry]
- val files: Seq[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val homepage: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keywords: Seq[String]
- val license: scalalib.publish.License
- val main: String
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val publishConfig: PublishConfig
- val repository: Repository
- val scripts: Map[String, String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toJson: Value
- def toJsonClean: Value
- val types: String
- val typesVersions: Map[String, Seq[String]]
- val version: String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)