JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q53247F
  • License MIT

A CLI tool that scans JavaScript/TypeScript projects for dependency issues and fixes them

Package Exports

  • depmender
  • depmender/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (depmender) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

DepMender

A CLI tool that scans JavaScript/TypeScript projects for dependency issues and fixes them automatically.

What it does

DepMender helps you maintain healthy dependencies by scanning your project for issues like outdated packages, broken installations, missing dependencies, and security vulnerabilities, then automatically fixes them.

Installation

npm install -g depmender

Commands

depmender scan

Analyzes your project dependencies and shows health overview.

depmender scan                    # Scan current directory
depmender scan --path ./frontend  # Scan specific directory
depmender scan --json            # Get JSON output

depmender report

Generates detailed health report with issue breakdown.

depmender report                  # Generate detailed report
depmender report --json          # Export as JSON

depmender fix

Automatically fixes detected issues with backup creation.

depmender fix                     # Interactive fix with prompts
depmender fix --yes              # Auto-fix without confirmation

depmender help

Shows help information.

depmender help                   # General help

depmender examples

Shows usage examples.

depmender examples              # Show examples

depmender troubleshooting

Shows troubleshooting guide.

depmender troubleshooting       # Show troubleshooting

License

MIT