export type Dependency = { author?: string; directory: string; licenseName: string; name: string; url: string; version?: string; };