The code is written in C# and requires either dotnet or Visual Studio to run.
The main code exists in the CodingChallenge directory. The PackageAutomation.cs file contains the main logic for the challenge.
To run the code, execute the unit tests either from Visual Studio or by running dotnet test from the CodingChallenge.UnitTests directory.