function fs.readJsonSyncimport { fs } from "https://deno.land/x/clone@v1.0.6/deps.ts"; const { readJsonSync } = fs; readJsonSync(filePath: string): unknownReads a JSON file and then parses it into an object ParametersfilePath: stringReturnsunknown