@korautils/alias-fixer
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@korautils/alias-fixer", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A development utility to automatically fix relative imports by replacing them with path aliases defined in your tsconfig.json. Ideal for streamlining large codebases with consistent import paths.", | ||
@@ -12,2 +12,5 @@ "type": "module", | ||
}, | ||
"bin": { | ||
"alias-fixer": "./dist/index.js" | ||
}, | ||
"keywords": [ | ||
@@ -14,0 +17,0 @@ "alias-fixer", |
40972