export interface ProjectConfig {
    name: string;
    description: string;
    author: string;
    packageName: string;
}
