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

x/packwiz/metaFile.ts>ModrinthMetaFile

Deno wrapper around packwiz CLI
Latest
type alias ModrinthMetaFile
import { type ModrinthMetaFile } 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 url: string; readonly hash-format: "sha1" | "md5"; readonly hash: string; }; readonly update: { readonly modrinth: { readonly mod-id: number; readonly version: number; }; }; }