{
  "name": "tsc-path-fix",
  "version": "1.0.6",
  "description": "Zero-runtime TypeScript path resolver - converts aliases to relative paths at compile time. Fast, lightweight, with native watch mode.",
  "main": "dist/index.js",
  "files": [
    "dist/"
  ],
  "bin": {
    "tsc-path-fix": "dist/bin/index.js"
  },
  "engines": {
    "node": ">=16.20.2"
  },
  "scripts": {
    "prepare": "husky install",
    "dev": "npm run clean && tsc -w",
    "clean": "rimraf dist && tsc",
    "release:patch": "npm version patch",
    "postversion": "git push && git push --tags && npm publish",
    "format": "prettier --write \"**/*.{js,ts,json}\"",
    "test": "npm run clean && vitest run",
    "test:watch": "npm run clean && vitest",
    "npm:install": "npm-recursive-install "
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/AdarshHatkar/tsc-path-fix.git"
  },
  "keywords": [
    "tsc-path-fix",
    "typescript",
    "paths",
    "alias",
    "absolute path",
    "relative path",
    "compilation",
    "tsc",
    "path-alias",
    "typescript-paths",
    "typescript-aliases",
    "path-resolver",
    "typescript-compiler",
    "typescript-tools",
    "zero-runtime",
    "path-mapping",
    "tsconfig-paths",
    "tsc-alias",
    "typescript-path-resolver",
    "typescript-build-tools",
    "typescript-compilation",
    "baseUrl",
    "tsconfig",
    "typescript bundler",
    "typescript optimization",
    "typescript import",
    "path aliasing"
  ],
  "author": "Adarsh Hatkar",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AdarshHatkar/tsc-path-fix/issues"
  },
  "homepage": "https://github.com/AdarshHatkar/tsc-path-fix",
  "dependencies": {
    "chalk": "^4.1.2",
    "chokidar": "^3.5.3",
    "commander": "^11.1.0",
    "globby": "^14.0.0",
    "mylas": "^2.1.9",
    "normalize-path": "^3.0.0",
    "plimit-lit": "^1.2.6"
  },
  "devDependencies": {
    "@types/chalk": "^2.2.0",
    "@types/node": "^20.11.24",
    "@types/normalize-path": "^3.0.2",
    "@types/rimraf": "^3.0.2",
    "@types/shelljs": "^0.8.11",
    "husky": "^9.0.11",
    "npm-recursive-install": "^1.0.8",
    "prettier": "^3.2.5",
    "rimraf": "^5.0.5",
    "shelljs": "^0.8.5",
    "typescript": "^5.3.3",
    "vitest": "^3.1.1"
  }
}
