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

x/packwiz/mod.ts>metaFile.ModrinthMetaFile

Deno wrapper around packwiz CLI
Latest
type alias metaFile.ModrinthMetaFile
import { type metaFile } from "https://deno.land/x/packwiz@0.1.0/mod.ts";
const { ModrinthMetaFile } = metaFile;
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; }; }; }