import config from "./config.json" with { type: "json" }; import packageConfig from "../package.json" with { type: "json" }; export { config, packageConfig };