RepositoryRemoteRepositoryConfigNpmRepository

data class RepositoryRemoteRepositoryConfigNpmRepository(val customRepository: RepositoryRemoteRepositoryConfigNpmRepositoryCustomRepository? = null, val publicRepository: String? = null)

Constructors

constructor(customRepository: RepositoryRemoteRepositoryConfigNpmRepositoryCustomRepository? = null, publicRepository: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Settings for a remote repository with a custom uri. Structure is documented below.

Link copied to clipboard

Address of the remote repository. Default value is NPMJS. Possible values are: NPMJS.