Optimize Project Dependencies with Depcheck


Summary of my bookmarked Github repositories from Jul 27th, 2023

Github repositories

  • depcheck/depcheck

    Depcheck is a powerful tool for analyzing project dependencies. It helps you understand how each dependency is used, identifies useless dependencies, and detects missing dependencies from package.json. It supports various syntaxes, including JavaScript (ES5, ES6, ES7), React JSX, CoffeeScript, TypeScript, SASS, SCSS, and Vue.js. Depcheck can be used via the command line or as an API with customizable options. It outputs results in human-friendly format or JSON. However, false alerts may occur, so feedback is encouraged to improve accuracy. Depcheck is licensed under the MIT License.