manifestFiles top-level constant
Manifest file names and associated project types.
Implementation
const Map<String, String> manifestFiles = {
'package.json': 'Node.js',
'Cargo.toml': 'Rust',
'pyproject.toml': 'Python',
'go.mod': 'Go',
'pom.xml': 'Java (Maven)',
'build.gradle': 'Java (Gradle)',
'Gemfile': 'Ruby',
'pubspec.yaml': 'Dart/Flutter',
'mix.exs': 'Elixir',
'composer.json': 'PHP',
};