export type PackageInfo = { name: string; version: string; packagePath?: string; packageJSONPath?: string; };