Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/packwiz/metaFile.ts>CurseForgeMetaFile

Deno wrapper around packwiz CLI
Latest
type alias CurseForgeMetaFile
import { type CurseForgeMetaFile } from "https://deno.land/x/packwiz@0.1.0/metaFile.ts";
definition: { readonly path: string; readonly name: string; readonly filename: string; readonly side: "server" | "client" | "both"; readonly download: { readonly hash-format: "sha1" | "md5"; readonly hash: string; readonly mode: "metadata:curseforge"; }; readonly update: { readonly curseforge: { readonly file-id: number; readonly project-id: number; }; }; }