export interface IPackageJsonRepository {
    directory?: string;
    type: string;
    url: string;
}
