export interface OptionsSchema {
    skipPackageJson: boolean;
    modules: string;
    project?: string;
}
export interface LibOptionsSchema {
    pkgName: string;
    pkgVer: string;
    moduleName: string;
}
