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 Serializabletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article