# depcheck/depcheck

Check your npm module for unused dependencies

Repository: https://github.com/depcheck/depcheck
Canonical: https://ross.abutalabs.com/products/depcheck
Language: JavaScript
License: MIT
License Family: permissive
Archived: true
Last push: 2025-02-27T08:33:16+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 8, release rhythm 8, longevity 100
- inputs: {"age_days": 4730, "days_push": 552, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4928, forks 217 (observed 2026-08-28T04:09:02.588702+00:00)

## What it is
Depcheck is a CLI tool that analyzes an npm project's dependencies to find unused packages and missing entries in package.. It supports JavaScript, TypeScript, JSX, Vue, SASS, and CoffeeScript syntax, plus specials for tools like Babel and ESLint.

## Use cases
- find unused npm dependencies in my project
- check which packages in package. are never imported
- detect missing dependencies not listed in package.
- clean up devDependencies in a JavaScript project
- audit dependency usage in a TypeScript or Vue project

## When to choose
- you have a legacy JavaScript/TypeScript project and want a quick unused-dependency check
- you need a simple npx-runnable audit without configuration

## When to avoid
- you need active maintenance or support for modern tooling, monorepos, or newer frameworks - the README recommends knip instead
- you need reliable TypeScript or monorepo support

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: developer-tools, dependency-audit, cli
- domain: developer-tools
- platform: cli, cross-platform
- tags: npm, unused-dependencies, package-, static-analysis, javascript, typescript, command-line, nodejs

## Member repositories
- depcheck/depcheck (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:02.588702+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:17:59.131982+00:00, confidence not recorded.
  - readme: https://github.com/depcheck/depcheck (fetched 2026-08-28T04:09:02.588702+00:00, sha 259b41962ae6)
  - registry_npm: https://registry.npmjs.org/depcheck (fetched 2026-08-29T09:00:08.571025+00:00, sha 220cc7737bd6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
