zx list deps [PackageID]
List the dependencies of the PackageID provided or the current project if in a project directory and the PackageID is omitted.
Listing the dependencies of a specific package:
ceverett@takoyaki:~$ zx list deps otpr-bar-3.2.0 otpr-balls-0.3.1 otpr-baz-1.3.2 ceverett@takoyaki:~$
Listing the dependencies of the project in the current directory:
ceverett@takoyaki:~/Code/foo$ zx list deps otpr-balls-0.3.1 otpr-bar-3.2.0 otpr-baz-1.3.2 ceverett@takoyaki:~/Code/foo$