dep-checker-cli
v1.0.1
Published
CLI tool to verify node_modules versions with package-lock.json
Downloads
8
Maintainers
Readme
dep-checker-cli
🔍 A simple CLI tool to verify that your
node_modulesmatch the versions inpackage-lock.json.
✨ Features
- Detects mismatched or missing dependencies
- Works with any Node.js project using
package-lock.json - Prevents bugs caused by wrong versions
📦 Installation
npm install -g dep-checker-cli