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 🔍
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