{
  "name": "typescript-module-alias",
  "version": "2.2.9",
  "description": "this is module alias auto import about typescript module",
  "main": "index.js",
  "bin": {
    "typescript-module-alias": "bin/index.js",
    "typescript-module-alias-build": "bin/build.js"
  },
  "scripts": {
    "prepare": "husky install",
    "dev": "babel-node --extensions .ts,.js ./demo/a/index --config-file ./babel.config.js",
    "build": "babel --extensions .ts,.js ./demo --out-dir dist",
    "pub": "standard-version && npm publish",
    "test": "cross-env NODE_ENV=test jest"
  },
  "author": "drdevelop",
  "license": "MIT",
  "dependencies": {
    "@babel/cli": "^7.17.10",
    "@babel/core": "^7.18.2",
    "@babel/node": "^7.17.10",
    "@babel/preset-env": "^7.18.2",
    "@babel/preset-typescript": "^7.17.12",
    "babel-plugin-alias": "^1.2.1",
    "commander": "^9.3.0"
  },
  "devDependencies": {
    "@types/inquirer": "^6.5.0",
    "@types/jest": "^25.2.1",
    "@types/lodash": "^4.14.150",
    "@types/node": "^13.13.4",
    "@typescript-eslint/eslint-plugin": "^2.31.0",
    "@typescript-eslint/parser": "^2.31.0",
    "cross-env": "^7.0.2",
    "eslint": "^6.8.0",
    "husky": "^8.0.1",
    "inquirer": "^7.1.0",
    "jest": "^25.5.4",
    "lint-staged": "^13.0.0",
    "lodash": "^4.17.15",
    "standard-version": "^9.5.0",
    "ts-jest": "^25.5.1",
    "ts-node": "^8.10.1",
    "typescript": "^4.7.3"
  },
  "peerDependencies": {
    "@babel/cli": ">=7.0.0",
    "@babel/core": ">=7.0.0",
    "@babel/node": ">=7.0.0",
    "typescript": ">=1.0.0"
  },
  "files": [
    "bin",
    "README.md",
    "babel.config.js",
    "yarn.lock"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/drdevelop/typescript-module-alias.git"
  },
  "keywords": [
    "typescript",
    "import",
    "module",
    "alias",
    "compiler"
  ],
  "bugs": {
    "url": "https://github.com/drdevelop/typescript-module-alias/issues"
  },
  "homepage": "https://github.com/drdevelop/typescript-module-alias#readme"
}
