analyze-packages
v1.0.2
Published
Package.json scraper
Downloads
4
Readme
Analyze your package.json
file to provide a brief description of dependencies and devDependencies.
Installation
npm i analyze-packages
After installing the package, navigate to the directory containing the package.json
file you want to analyze, and enter the following command:
npx analyze-packages
This command will output the dependencies and devDependencies in the terminal where you executed the command.