modpack-lock
    Preparing search index...

    Type Alias LockfileDependency

    The shape of a dependency in the lockfile

    type LockfileDependency = {
        path: string;
        version: ContentVersion | null;
    }
    Index

    Properties

    Properties

    path: string

    The path to the dependency file in the modpack directory

    version: ContentVersion | null

    The version of the dependency, or null if the dependency is not found on Modrinth