Options
All
  • Public
  • Public/Protected
  • All
Menu

NPM options used when publishing NPM modules.

Hierarchy

  • NpmOptions

Index

Properties

Optional access

access: "public" | "restricted"

Optional publication access, use NPM default if not present, currently "restricted"

Optional nextTag

nextTag: boolean

Optionally tag default branch builds with the next dist-tag

npmrc

npmrc: string

The contents of a .npmrc file, typically containing authentication information

Optional registry

registry: string

Optional registry, use NPM default if not present, currently "https://registry.npmjs.org"

Optional status

status: boolean

Optional flag, to indicate if a status should be created on the SCM containing a link to the package

Optional tag

tag: string

Optional publication tag, use NPM default if not present, currently "latest"

Generated using TypeDoc