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.
Features
- Dependency Scanner: Detects outdated, missing, broken, and conflicting dependencies
- Health Reporting: Comprehensive reports with health scores (0-100)
- Smart Suggestions: Intelligent recommendations with risk assessment
- Auto-Fix System: Automated fixes with backup and verification
- Multi-Package Manager: Supports npm, yarn, and pnpm
- Security Analysis: Vulnerability detection and prioritization
Installation
npm install -g depmenderUsage
# Scan project dependencies
depmender scan
# Generate detailed health report
depmender report
# Apply automated fixes
depmender fixDevelopment
# Install dependencies
npm install
# Build the project
npm run build
# Run tests
npm test
# Run tests with coverage
npm run test:coverage
# Development mode with watch
npm run devLicense
MIT