import json from "./package.json" assert {type: "json"} //Import all objects in the json file
const json = await import("./package.json", { assert: { type: "json" } })