fsprojects / Paket

A dependency manager for .NET with support for NuGet packages and Git repositories.
https://fsprojects.github.io/Paket/
MIT License
2.02k stars 520 forks source link

Is there Anyway to print transitive dependency graph relation? (Not only dependency names, i am looking for relations of all deps) #4181

Open rohitcoder opened 1 year ago

rohitcoder commented 1 year ago

I tried paket show-installed-packages --all but this just shows list of all dependencies, I'm looking for something like parent/ child relations or in case i can get output in JSON (if not, it's okay) i can look into creating custom parser. But, do we have something to print dependency relations?