Type Alias PackageManager

PackageManager:
    | "auto"
    | "npm"
    | "yarn"
    | "pnpm"

The package managers that can be used