@salesforce/packaging
    Preparing search index...
    type PackageVersionDependencyOptions = {
        connection: Connection;
        edgeDirection?: "root-first" | "root-last";
        installationKey?: string;
        packageVersionId: string;
        project?: SfProject;
        verbose?: boolean;
    }
    Index
    connection: Connection
    edgeDirection?: "root-first" | "root-last"
    installationKey?: string
    packageVersionId: string
    project?: SfProject
    verbose?: boolean