@salesforce/packaging
    Preparing search index...
    type DependencyGraphData = {
        creator: string;
        edges: DependencyGraphEdge[];
        nodes: DependencyGraphNode[];
    }
    Index
    creator: string