Map<String, Object?> toJson() => { 'global-excludes': globalExcludes.map((glob) => glob.pattern).toList(), 'is-monorepo': isMonorepo, };