Member Junction
    Preparing search index...

    Minimal manifest shape needed for graph construction. The full manifest carries far more, but the graph builder only cares about identity and dependency edges.

    interface FetchedManifest {
        dependencies?: Record<string, DependencyValue>;
        name: string;
        repository: string;
    }
    Index

    Properties

    dependencies?: Record<string, DependencyValue>

    This app's own dependency declarations

    name: string

    App name (from the dependency's manifest)

    repository: string

    GitHub repository URL