PackageJson

mill.javascriptlib.TypeScriptModule.PackageJson
See thePackageJson companion object
case class PackageJson(name: String = ..., version: String = ..., description: String = ..., main: String = ..., module: String = ..., `type`: String = ..., types: String = ..., author: String = ..., license: License = ..., homepage: String = ..., bin: Obj = ..., files: Arr = ..., scripts: Obj = ..., engines: Obj = ..., keywords: Arr = ..., repository: Obj = ..., bugs: Obj = ..., dependencies: Obj = ..., devDependencies: Obj = ..., publishConfig: Obj = ..., exports: Obj = ..., typesVersions: Obj = ..., `private`: Boolean = ..., peerDependencies: Obj = ..., optionalDependencies: Obj = ..., overrides: Obj = ..., funding: Obj = ..., contributors: Arr = ..., sideEffects: Boolean = ..., resolutions: Obj = ...)

Attributes

Companion
object
Source
TypeScriptModule.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def cleanJson: Value

Attributes

Source
TypeScriptModule.scala

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
Source
Product.scala
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
Source
Product.scala