JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q38478F
  • License MIT

Check for unused dependencies

Package Exports

  • check-unused

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (check-unused) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Check unused dependencies 🔍

Build Status TypeScript

CLI tool to check package.json and scan project directory for unused dependencies.

Usage

Run tool in the same folder where package.json is located.

Install globally:

npm i -g check-unused

Or run once with NPX:

npx check-unused

Will by default recursively scan from current directory. Pass another location if you want to scan a specific folder, ie:

npx check-unused ./src