DEV Community

Discussion on: What interesting things I can do with npm?

Collapse
 
aravindballa profile image
Aravind Balla
  1. Use npm pack <packagename> to download tgz file of what gets installed on your machine.
  2. Use npm view <packagename> to view the package.json of the package.