{ "name": "@nrwl/node", "version": "0.0.1", "description": "Node Plugin for Nx", "repository": { "type": "git", "url": "git+https://github.com/nrwl/nx.git" }, "keywords": [ "Monorepo", "Node", "Nest", "Jest", "Cypress", "CLI" ], "main": "index.js", "types": "index.d.ts", "author": "Victor Savkin", "license": "MIT", "bugs": { "url": "https://github.com/nrwl/nx/issues" }, "homepage": "https://nx.dev", "schematics": "./collection.json", "builders": "./builders.json", "ng-update": { "requirements": {}, "migrations": "./migrations.json" }, "peerDependencies": { "@nrwl/workspace": "*" }, "dependencies": { "@nrwl/jest": "*", "@nrwl/linter": "*", "@angular-devkit/architect": "~0.1001.3", "@angular-devkit/core": "~10.1.3", "@angular-devkit/schematics": "~10.1.3", "@angular-devkit/build-webpack": "~0.1001.3", "circular-dependency-plugin": "5.2.0", "copy-webpack-plugin": "6.0.3", "fork-ts-checker-webpack-plugin": "^3.1.1", "license-webpack-plugin": "2.1.2", "source-map-support": "0.5.16", "tree-kill": "1.2.2", "ts-loader": "5.4.5", "tsconfig-paths-webpack-plugin": "3.2.0", "tslib": "^2.0.0", "webpack": "4.42.0", "webpack-merge": "4.2.1", "webpack-dev-server": "3.11.0", "webpack-node-externals": "1.7.2" } }