@davidwells/extract-deps extracts imports, requires, and exports from JavaScript and TypeScript source without building a full AST.
It is useful for tooling that needs a fast, practical view of dependency relationships: build systems, CI change detection, documentation tools, and agent workflows that need to understand code structure.
Developer tools often need enough code awareness to make good decisions without paying the cost or complexity of a full compiler pass. This package captures that middle ground.