const data1 = await import("./data.json", { with: { type: "json" } }); console.log(data1);