{
  "_args": [
    [
      "tsconfig-paths-webpack-plugin@4.0.0",
      "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo"
    ]
  ],
  "_development": true,
  "_from": "tsconfig-paths-webpack-plugin@4.0.0",
  "_id": "tsconfig-paths-webpack-plugin@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-fw/7265mIWukrSHd0i+wSwx64kYUSAKPfxRDksjKIYTxSAp9W9/xcZVBF4Kl0eqQd5eBpAQ/oQrc5RyM/0c1GQ==",
  "_location": "/tsconfig-paths-webpack-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tsconfig-paths-webpack-plugin@4.0.0",
    "name": "tsconfig-paths-webpack-plugin",
    "escapedName": "tsconfig-paths-webpack-plugin",
    "rawSpec": "4.0.0",
    "saveSpec": null,
    "fetchSpec": "4.0.0"
  },
  "_requiredBy": [
    "/@nestjs/cli"
  ],
  "_resolved": "https://registry.npmmirror.com/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.0.0.tgz",
  "_spec": "4.0.0",
  "_where": "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo",
  "author": {
    "name": "Jonas Kello"
  },
  "bugs": {
    "url": "https://github.com/dividab/tsconfig-paths-webpack-plugin/issues"
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "enhanced-resolve": "^5.7.0",
    "tsconfig-paths": "^4.0.0"
  },
  "description": "Load modules according to tsconfig paths in webpack.",
  "devDependencies": {
    "@types/jest": "^27.0.3",
    "@types/node": "^14.14.34",
    "@typescript-eslint/eslint-plugin": "^5.22.0",
    "@typescript-eslint/parser": "^5.22.0",
    "eslint": "^8.14.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsdoc": "^39.2.9",
    "husky": "^5.1.3",
    "jest": "^27.3.1",
    "jest-mock-process": "^1.4.0",
    "lint-staged": "^10.5.4",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^27.0.7",
    "ts-loader": "^8.0.18",
    "typescript": "^4.2.3",
    "webpack": "^5.65.0",
    "webpack-cli": "^4.5.0"
  },
  "engines": {
    "node": ">=10.13.0"
  },
  "homepage": "https://github.com/dividab/tsconfig-paths-webpack-plugin#readme",
  "license": "MIT",
  "lint-staged": {
    "*.{ts,tsx}": "eslint",
    "*.{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 .",
    "compile:example": "tsc -p example",
    "example": "yarn build && cd example && webpack && node custom-fs.js",
    "lint": "eslint \"./{src,tests}/**/*.ts{,x}\" --ext .js,.ts,.tsx -f visualstudio",
    "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",
    "test-coverage": "jest --coverage",
    "verify": "yarn build && yarn lint && yarn test-coverage"
  },
  "types": "lib/index",
  "version": "4.0.0"
}
