vtils

Home > types > PackageJson > PackageJsonStandard > publishConfig

PackageJson.PackageJsonStandard.publishConfig property

A set of config values that will be used at publish-time. It’s especially handy to set the tag, registry or access, to ensure that a given package is not tagged with ‘latest’, published to the global public registry or that a scoped module is private by default.

Signature:

publishConfig?: Record<string, unknown>;