{ "name": "@nrwl/node", "version": "0.0.1", "private": false, "description": "The Node Plugin for Nx 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": "file:../devkit", "@nrwl/jest": "file:../jest", "@nrwl/js": "file:../js", "@nrwl/linter": "file:../linter", "@nrwl/webpack": "file:../webpack", "@nrwl/workspace": "file:../workspace", "enquirer": "~2.3.6", "tslib": "^2.3.0" }, "publishConfig": { "access": "public" } }