@dependabit/detector
v0.1.16
Published
LLM-based dependency detection for external resources
Readme
@dependabit/detector
LLM-based dependency detection for external resources.
Overview
This package provides intelligent dependency detection using Large Language Models (LLMs) to analyze codebases and identify external dependencies, APIs, and resources.
Features
- LLM-powered dependency detection
- README parser for extracting references
- Code comment parser for inline documentation
- Package file parser for standard dependency files
Installation
pnpm add @dependabit/detectorUsage
import { detect } from '@dependabit/detector';
// Coming soon in Phase 3License
MIT
