PublishMeta

mill.javascriptlib.PublishModule.PublishMeta
See thePublishMeta companion object
case class PublishMeta(name: String, version: String, description: String, main: String, types: String, author: String, license: License, homepage: String, bin: Map[String, String], files: Seq[String], scripts: Map[String, String], engines: Map[String, String], keywords: Seq[String], repository: Repository, bugs: Bugs, dependencies: Map[String, String], devDependencies: Map[String, String], publishConfig: PublishConfig, exports: Map[String, ExportEntry], typesVersions: Map[String, Seq[String]])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toJson: Value
def toJsonClean: Value

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product