Package name. Asserts if not available. Must call init() first.
Is this package private?
Current version of the package.
Workspaces as defined in the package file, if you are using npm-style workspaces.
All of the child packages. Depending on opts.private, may not include private packages.
Execute a command in the directory for this pacakge.
Options for spawn. {stdion: 'inherit'}
is recommended.
Shell command.
Results of execution when complete.
Execute the given script in the directories of this package and all sub-projects. If one script fails, execution stops.
Options for exec.
Shell script to run.
Array of execution results. If one execution fails, the last result will have "ok: false".
Representation for the root package of the monorepo.