function fs.readJsonimport { fs } from "https://deno.land/x/clone@v1.0.6/deps.ts"; const { readJson } = fs; readJson(filePath: string): Promise<unknown>Reads a JSON file and then parses it into an object ParametersfilePath: stringReturnsPromise<unknown>