{
  "name": "@nrwl/node",
  "version": "14.7.5",
  "description": "The Node Plugin contains generators and executors to manage Node applications within an Nx workspace.",
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx.git",
    "directory": "packages/node"
  },
  "keywords": [
    "Monorepo",
    "Node",
    "Nest",
    "Jest",
    "Cypress",
    "CLI"
  ],
  "main": "./index.js",
  "typings": "./index.d.ts",
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "schematics": "./generators.json",
  "builders": "./executors.json",
  "ng-update": {
    "requirements": {},
    "migrations": "./migrations.json"
  },
  "dependencies": {
    "@nrwl/devkit": "14.7.5",
    "@nrwl/jest": "14.7.5",
    "@nrwl/js": "14.7.5",
    "@nrwl/linter": "14.7.5",
    "@nrwl/workspace": "14.7.5",
    "chalk": "4.1.0",
    "copy-webpack-plugin": "^10.2.4",
    "dotenv": "~10.0.0",
    "enhanced-resolve": "^5.8.3",
    "fork-ts-checker-webpack-plugin": "7.2.13",
    "fs-extra": "^10.1.0",
    "glob": "7.1.4",
    "license-webpack-plugin": "^4.0.2",
    "rxjs": "^6.5.4",
    "source-map-support": "0.5.19",
    "terser-webpack-plugin": "^5.3.3",
    "tree-kill": "1.2.2",
    "ts-loader": "^9.3.1",
    "ts-node": "10.9.1",
    "tsconfig-paths": "^3.9.0",
    "tsconfig-paths-webpack-plugin": "3.5.2",
    "tslib": "^2.3.0",
    "webpack": "^5.58.1",
    "webpack-merge": "^5.8.0",
    "webpack-node-externals": "^3.0.0"
  },
  "gitHead": "42479565e909e97e88293d94ebb8f1932690f82f"
}
