export type PluginConfig = {
    npmPublish?: boolean;
    tarballDir?: string;
    pkgRoot?: string;
    mainWorkspace?: string;
};
