export interface NpmPackage {
    package: string;
    version: string;
}
