modpack-lock
    Preparing search index...

    Type Alias Jsonfile

    Jsonfile: Partial<ModpackInfo> & {
        dependencies?: Partial<
            Record<DependencyCategory, DependencyMap | LegacyDependencyList>,
        >;
        scripts?: { [key: string]: string };
        [key: string]: unknown;
    }

    The modpack.json file's shape; contains the modpack information and dependencies