Skip to content

Replacements for depcheck

knip

knip is a more actively maintained and feature-rich alternative to depcheck. In most cases, knip works out of the box without any configuration - just run npx knip. For projects that need customization, you can create a configuration file.

Example:

json
{
  "$schema": "https://unpkg.com/knip@5/schema.json",
  "ignoreDependencies": ["@types/*", "eslint-*"]
}

Released under the MIT License. (68c82e22)