munack-ai-dependency-scanner 0.1.11 → 0.1.12

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -17,6 +17,12 @@ npm install -g munack-ai-dependency-scanner
17
17
 
18
18
  Run:
19
19
 
20
+ ```bash
21
+ munack scan .
22
+ ```
23
+
24
+ Also available:
25
+
20
26
  ```bash
21
27
  munack-ai-dependency-scanner scan .
22
28
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "munack-ai-dependency-scanner",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Public CLI package for Munack AI Dependency Scanner to detect hallucinated packages, fake imports, and AI-generated dependency mistakes.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/balkanbrs/munack",
@@ -12,6 +12,7 @@
12
12
  "url": "https://github.com/balkanbrs/munack/issues"
13
13
  },
14
14
  "bin": {
15
+ "munack": "dist/index.js",
15
16
  "munack-ai-dependency-scanner": "dist/index.js"
16
17
  },
17
18
  "main": "dist/index.js",
@@ -40,7 +41,7 @@
40
41
  "pack:dry": "npm pack --dry-run"
41
42
  },
42
43
  "dependencies": {
43
- "@balkanbrs/munack-core": "0.1.11",
44
+ "@balkanbrs/munack-core": "0.1.12",
44
45
  "commander": "^14.0.2"
45
46
  }
46
47
  }