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]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product