UNPKG

dependency-insight

Version:

A CLI tool to audit and analyze your project's dependencies.

9 lines (7 loc) 171 B
#!/usr/bin/env node /** * Dependency Insight CLI * Entry point - redirects to the CLI implementation */ // Simply require the CLI implementation require('./bin/cli');