type alias PmCtximport { type PmCtx } from "https://deno.land/x/ndeno@v2.1.2/src/pm.ts"; Type ParametersoptionalT extends PmType = "npm"definition: { type: T; scripts: Script[]; workspaces: string[]; lockFile: string | null; uninstall: (deps: string[]) => Promise<void>; install: (deps?: string[], options?: string[]) => Promise<void>; }