UNPKG

@nx/node

Version:

The Node Plugin for Nx contains generators to manage Node applications within an Nx workspace.

47 lines 1.04 kB
{ "name": "@nx/node", "version": "21.2.0", "private": false, "description": "The Node Plugin for Nx contains generators 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", "Backend" ], "main": "./index", "typings": "./index.d.ts", "author": "Victor Savkin", "license": "MIT", "bugs": { "url": "https://github.com/nrwl/nx/issues" }, "homepage": "https://nx.dev", "generators": "./generators.json", "ng-update": { "requirements": {}, "migrations": "./migrations.json" }, "dependencies": { "tslib": "^2.3.0", "@nx/devkit": "21.2.0", "@nx/jest": "21.2.0", "@nx/js": "21.2.0", "@nx/eslint": "21.2.0", "tcp-port-used": "^1.0.2", "kill-port": "^1.6.1" }, "publishConfig": { "access": "public" }, "types": "./index.d.ts", "type": "commonjs" }