Check your npm module for unused dependencies (사용하지않는 package모듈 확인하는 방법)

박진현·2023년 12월 4일
0

TLDR

Depcheck is a tool for analyzing the dependencies in a project to see how each dependency is used, and which dependencies are missing from package.
Depcheck not only recognizes dependencies in JavaScript files, but also supports these syntaxes.
To get the syntax support by external dependency, please install the corresponding package explicitly.

https://github.com/depcheck/depcheck?ref=dailydev

profile
👨🏻‍💻 호기심이 많고 에러를 좋아하는 프론트엔드 개발자 박진현 입니다.

0개의 댓글