function parseJSONFileimport { parseJSONFile } from "https://dotland.deno.dev/x/aleph@1.0.0-alpha.32/server/helpers.ts"; parseJSONFile(jsonFile: string): Promise<Record<string, unknown>>ParametersjsonFile: stringReturnsPromise<Record<string, unknown>>