CleanOption
ts
type CleanOption = object;Defined in: types.ts:19
Options for the clean feature of the plugin, which allows you to specify which properties should be removed from the generated package.json file.
Since
1.0.0
Author
Simon Kovtyk
Properties
properties
ts
properties: string[];Defined in: types.ts:27
An array of strings representing the properties to be removed from the generated package.json file. If not provided, a default set of properties will be removed.
Default
ts
["scripts", "packageManager", "publishConfig"]Since
1.0.0
Author
Simon Kovtyk