export interface IThirdPartyDependency {
    requireDir: string;
    file: string;
    targetDir: string;
}
