Quickly view project dependencies on the cli
Ahnee! I frequently find myself on the command line wanting to know which dependencies and devDependencies are in the package.json file.
I do it frequently enough that I decided to experiment with commander and create a command line utitlity in JavaScript/TypeScript.
Check it out at https://github.com/jonesrussell/packages or simply:
npm i -g @jonesrussell42/packages
Meegwetch!