{
  "_from": "tsc-alias@1.8.8",
  "_id": "tsc-alias@1.8.8",
  "_inBundle": false,
  "_integrity": "sha512-OYUOd2wl0H858NvABWr/BoSKNERw3N9GTi3rHPK8Iv4O1UyUXIrTTOAZNHsjlVpXFOhpJBVARI1s+rzwLivN3Q==",
  "_location": "/tsc-alias",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tsc-alias@1.8.8",
    "name": "tsc-alias",
    "escapedName": "tsc-alias",
    "rawSpec": "1.8.8",
    "saveSpec": null,
    "fetchSpec": "1.8.8"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/tsc-alias/-/tsc-alias-1.8.8.tgz",
  "_shasum": "48696af442b7656dd7905e37ae0bc332d80be3fe",
  "_spec": "tsc-alias@1.8.8",
  "_where": "/var/www/html/fish.jba3.com/api",
  "author": {
    "name": "Juskey B."
  },
  "bin": {
    "tsc-alias": "dist/bin/index.js"
  },
  "bugs": {
    "url": "https://github.com/justkey007/tsc-alias/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chokidar": "^3.5.3",
    "commander": "^9.0.0",
    "globby": "^11.0.4",
    "mylas": "^2.1.9",
    "normalize-path": "^3.0.0",
    "plimit-lit": "^1.2.6"
  },
  "deprecated": false,
  "description": "Replace alias paths with relative paths after typescript compilation.",
  "devDependencies": {
    "@types/jest": "^27.4.0",
    "@types/node": "^17.0.18",
    "@types/rimraf": "^3.0.2",
    "@types/shelljs": "^0.8.11",
    "husky": "^7.0.4",
    "jest": "^27.5.1",
    "prettier": "^2.5.1",
    "rimraf": "^3.0.2",
    "shelljs": "^0.8.5",
    "ts-jest": "^27.1.3",
    "typescript": "^4.5.5"
  },
  "files": [
    "dist/"
  ],
  "homepage": "https://github.com/justkey007/tsc-alias.git",
  "keywords": [
    "typescript",
    "paths",
    "alias",
    "absolute path",
    "relative path",
    "compilation",
    "tsc"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "tsc-alias",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/justkey007/tsc-alias.git"
  },
  "scripts": {
    "build:dev": "tsc -w",
    "clean": "rimraf dist && tsc && pnpm link -g",
    "format": "prettier --write \"**/*.{js,ts,json}\"",
    "postversion": "git push && git push --tags && npm publish",
    "prepare": "husky install",
    "release:patch": "npm version patch",
    "test": "npm run clean && jest"
  },
  "version": "1.8.8"
}
