deps-info

Lists information summary for each 1-st level dependency of the project

Usage no npm install needed!

<script type="module">
  import depsInfo from 'https://cdn.skypack.dev/deps-info';
</script>

README

Dependency info

Lists information summary for each 1-st level dependency of the project

Installation

npm i -g deps-info

Usage

npx deps-info > deps.json

or

npx deps-info --csv > deps.csv

or

npx deps-info react next # prints all dependencies that contain "react" or "next" in the name

or

npx deps-info --only=prod # prints only production dependencies