Array of Package objects to execute the script in
The name of the npm script to execute
Maximum number of packages to process simultaneously within each stage (default: 3)
A promise that resolves when all stages are complete, or rejects immediately on first failure
Executes a npm script across packages in dependency order stages. Packages are grouped into stages where each stage contains packages whose dependencies have been completed in previous stages. Uses fail-fast behavior - stops execution immediately when any package fails.