{
  "_from": "tsconfig-paths-webpack-plugin@3.5.1",
  "_id": "tsconfig-paths-webpack-plugin@3.5.1",
  "_inBundle": false,
  "_integrity": "sha512-n5CMlUUj+N5pjBhBACLq4jdr9cPTitySCjIosoQm0zwK99gmrcTGAfY9CwxRFT9+9OleNWXPRUcxsKP4AYExxQ==",
  "_location": "/tsconfig-paths-webpack-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tsconfig-paths-webpack-plugin@3.5.1",
    "name": "tsconfig-paths-webpack-plugin",
    "escapedName": "tsconfig-paths-webpack-plugin",
    "rawSpec": "3.5.1",
    "saveSpec": null,
    "fetchSpec": "3.5.1"
  },
  "_requiredBy": [
    "/@nestjs/cli"
  ],
  "_resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-3.5.1.tgz",
  "_shasum": "e4dbf492a20dca9caab60086ddacb703afc2b726",
  "_spec": "tsconfig-paths-webpack-plugin@3.5.1",
  "_where": "/home/dev/public_html/trustee-backend/node_modules/@nestjs/cli",
  "author": {
    "name": "Jonas Kello"
  },
  "bugs": {
    "url": "https://github.com/dividab/tsconfig-paths-webpack-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^4.1.0",
    "enhanced-resolve": "^5.7.0",
    "tsconfig-paths": "^3.9.0"
  },
  "deprecated": false,
  "description": "Load modules according to tsconfig paths in webpack.",
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "@types/node": "^14.14.34",
    "husky": "^5.1.3",
    "jest": "^26.6.3",
    "jest-mock-process": "^1.4.0",
    "lint-staged": "^10.5.4",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.5.3",
    "ts-loader": "^8.0.18",
    "tslint": "^5.20.1",
    "tslint-immutable": "^6.0.1",
    "typescript": "^4.2.3",
    "webpack": "^5.25.1",
    "webpack-cli": "^4.5.0"
  },
  "homepage": "https://github.com/dividab/tsconfig-paths-webpack-plugin#readme",
  "license": "MIT",
  "lint-staged": {
    "*.{ts,tsx}": "tslint",
    "*.{ts,tsx,json,css}": "prettier --write"
  },
  "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/tsconfig.lib.json",
    "compile:example": "tsc -p example",
    "example": "yarn build && cd example && webpack && node custom-fs.js",
    "lint": "tslint -t msbuild './src/**/*.ts{,x}' -e './src/node_modules/**/*'",
    "postversion": "git push --tags && yarn publish --new-version $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\"",
    "prepare": "husky install",
    "preversion": "yarn verify",
    "test": "jest",
    "verify": "yarn build && yarn lint"
  },
  "types": "lib/index",
  "version": "3.5.1"
}
