@vinean/dependency-analyzer 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # 🛡️ @vinean/dependency-analyzer
2
2
 
3
- A high-performance CLI for analyzing the **Replaceability**, **Maintenance**, and **Health** of your project's dependencies. Supports both **NPM** and **Go Modules**.
3
+ A high-performance CLI for analyzing the **Replaceability**, **Maintenance**, and **Health** of your project's dependencies. Supports both **NPM packages** and **Go Modules**.
4
4
 
5
5
  ## 🚀 Usage
6
6
 
@@ -28,7 +28,7 @@ npm install -g @vinean/dependency-analyzer
28
28
 
29
29
  ### 1. Replaceability Score (0-100)
30
30
 
31
- `@vinean/dependency-analyzer` deep-dives into your project's source code to calculate how difficult it would be to replace a dependency.
31
+ `@vinean/dependency-analyzer` analyzes your codebase to estimate how difficult it would be to remove a dependency and replace it with your own implementation.
32
32
 
33
33
  - **Easy (0-30)**: Minimal logic, easy to replace or implement yourself.
34
34
  - **Medium (31-70)**: Moderate complexity and coupling.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vinean/dependency-analyzer",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Dependency Analyzer for npm and go packages with replaceability analysis",
5
5
  "type": "module",
6
6
  "bin": {