PublishModule

mill.javascriptlib.PublishModule
See thePublishModule companion trait
object PublishModule

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Bugs(url: String, email: Option[String])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object EmptyBugs
object Bugs

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Bugs.type
object EmptyBugs extends Bugs

Attributes

Supertypes
class Bugs
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
EmptyBugs.type
object EmptyPubConfig extends PublishConfig

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
object EmptyRepository extends Repository

Attributes

Supertypes
class Repository
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case class Export(path: String) extends ExportEntry

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Export.type
case class ExportConditions(conditions: Map[String, ExportEntry]) extends ExportEntry

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object ExportEntry

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ExportEntry

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Export
case class PublishConfig(registry: String, access: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object PublishConfig

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object PublishMeta

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Repository(`type`: String, url: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Repository

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Repository.type