@nx/node
Version:
45 lines • 982 B
JSON
{
"name": "@nx/node",
"version": "20.8.1",
"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": "20.8.1",
"@nx/jest": "20.8.1",
"@nx/js": "20.8.1",
"@nx/eslint": "20.8.1"
},
"publishConfig": {
"access": "public"
},
"types": "./index.d.ts",
"type": "commonjs"
}