smeijer/unimported
Find and fix dangling files and unused dependencies in your JavaScript projects. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2319
- days_rel: n/a
- days_push: 906
- n_releases_24m: 0
Adoption not part of the score
1968 stars · 71 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
unimported is a Node.js CLI that scans JavaScript/TypeScript projects by following import/require statements from entry files to report unimported source files, missing dependencies, and removable dependencies. It supports ignore lists, auto-fix deletion of unimported files, and CI integration, but is now archived in favor of knip.
Use cases
- find unused source files in a javascript project
- detect dependencies missing from package.json
- remove obsolete dependencies from package.json
- enforce dead code checks in CI
- clean up dangling files in a typescript codebase
When to choose
- you need a quick npx-based scan for unused files and dependencies in a JS/TS project
- you want CI to fail on unimported files or unlisted dependencies
When to avoid
- you need an actively maintained tool - the project is archived and recommends knip
- you need language support beyond JavaScript/TypeScript
Facets
cli-tool · maturity abandoned
linter cli developer-tools dependency-audit developer-tools cli cross-platform unused-files unused-dependencies static-analysis javascript typescript ci archived command-line nodejs
2 sources
- readme: https://github.com/smeijer/unimported · fetched 2026-08-28 · 6c8964f0a28b
- registry_npm: https://registry.npmjs.org/unimported · fetched 2026-08-29 · 7c9b81c3a6a7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| smeijer/unimported | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="smeijer/unimported")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem