options/install.ps1

if (-not $options) {
    $options = [ordered] @{ }
}

# Options for `yarn install`
$options['install'] = [ordered] @{
    '-A'      = @();
    '--audit' = @();
}