On a linux machine, given a package.config file, I would like to output a JSON of the dependencies tree from that file.
As packages within the package.config might not be compatible with the Linux machine, I'm guessing that a solution that involves installing the packages first won't work.
Thanks