Paket
Paket copied to clipboard
Is there Anyway to print transitive dependency graph relation? (Not only dependency names, i am looking for relations of all deps)
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?