{
  "_args": [
    [
      "tsconfig-paths-webpack-plugin@3.2.0",
      "/var/www/html/ts-nestjs-kafka"
    ]
  ],
  "_development": true,
  "_from": "tsconfig-paths-webpack-plugin@3.2.0",
  "_id": "tsconfig-paths-webpack-plugin@3.2.0",
  "_inBundle": false,
  "_integrity": "sha512-S/gOOPOkV8rIL4LurZ1vUdYCVgo15iX9ZMJ6wx6w2OgcpT/G4wMyHB6WM+xheSqGMrWKuxFul+aXpCju3wmj/g==",
  "_location": "/tsconfig-paths-webpack-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tsconfig-paths-webpack-plugin@3.2.0",
    "name": "tsconfig-paths-webpack-plugin",
    "escapedName": "tsconfig-paths-webpack-plugin",
    "rawSpec": "3.2.0",
    "saveSpec": null,
    "fetchSpec": "3.2.0"
  },
  "_requiredBy": [
    "/@nestjs/cli"
  ],
  "_resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-3.2.0.tgz",
  "_spec": "3.2.0",
  "_where": "/var/www/html/ts-nestjs-kafka",
  "author": {
    "name": "Jonas Kello"
  },
  "bugs": {
    "url": "https://github.com/dividab/tsconfig-paths-webpack-plugin/issues"
  },
  "dependencies": {
    "chalk": "^2.3.0",
    "enhanced-resolve": "^4.0.0",
    "tsconfig-paths": "^3.4.0"
  },
  "description": "Load modules according to tsconfig paths in webpack.",
  "devDependencies": {
    "@types/colors": "^1.1.3",
    "@types/lodash": "^4.14.68",
    "@types/node": "^8.0.9",
    "husky": "^0.14.3",
    "lint-staged": "^6.0.0",
    "rimraf": "^2.6.2",
    "shelljs": "^0.7.8",
    "ts-loader": "^2.2.2",
    "ts-node": "^6.0.3",
    "tslint": "^5.8.0",
    "tslint-immutable": "^4.4.0",
    "typescript": "^2.4.1",
    "webpack": "^4.1.1",
    "webpack-cli": "^2.0.11"
  },
  "homepage": "https://github.com/dividab/tsconfig-paths-webpack-plugin#readme",
  "license": "MIT",
  "lint-staged": {
    "*.{ts,tsx}": "tslint",
    "*.{ts,tsx,json,css}": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "lib/index.js",
  "name": "tsconfig-paths-webpack-plugin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dividab/tsconfig-paths-webpack-plugin.git"
  },
  "scripts": {
    "build": "rimraf lib && tsc -p src",
    "compile": "tsc -p src",
    "compile:example": "tsc -p example",
    "compile:tests": "tsc -p tests",
    "example": "yarn build && cd example && webpack",
    "lint": "tslint -t msbuild './src/**/*.ts{,x}' -e './src/node_modules/**/*'",
    "precommit": "lint-staged",
    "publish:major": "yarn run build && node scripts/publish.js major",
    "publish:minor": "yarn run build && node scripts/publish.js minor",
    "publish:patch": "yarn run build && node scripts/publish.js patch"
  },
  "types": "lib/index",
  "version": "3.2.0"
}
