Array of Package objects to execute the script in
The name of the npm script to execute
Maximum number of packages to process simultaneously (default: 3)
A promise that resolves to an array of execution results, or rejects immediately on first failure
Executes a npm script across multiple packages in parallel with a concurrency limit. Uses fail-fast behavior - stops execution immediately when any package fails.