Get the package name from the pubspec.yaml file
String getPackageName(Directory projectDir) => getPubspecYaml(projectDir).name;