Package dev.petuska.npm.publish.extension.domain

Types

Link copied to clipboard
enum NpmAccess : Enum<NpmAccess>

Enum representation of NPM repository access

Link copied to clipboard
interface NpmAccessScope

Provides implicit accessors to NpmAccess values

Link copied to clipboard
typealias NpmDependencies = NamedDomainObjectContainer<NpmDependency>
Link copied to clipboard
interface NpmDependency : NamedInput

A simple representation of a npm dependency

Link copied to clipboard
abstract class NpmPackage : WithGradleFactories, NamedInput

The main configuration for a package

Link copied to clipboard
typealias NpmPackages = NamedDomainObjectContainer<NpmPackage>
Link copied to clipboard
typealias NpmRegistries = NamedDomainObjectContainer<NpmRegistry>
Link copied to clipboard
abstract class NpmRegistry : NamedInput

Npm registry configuration