export type PathCollection = {
    distDir: string;
    projectRoot: string;
    projectName: string;
    pkgJson: string;
};
