Initial release of the Unreal package-depedency
tool.
Requires Java 11.
Usage:
Windows:
java -jar package-dependency-exec.jar <options>
Linux/MacOS:
chmod +x package-dependency
./package-dependency <options>
More usage instructions available in the README.md file.