nx/packages/node/package.json

43 lines
1.0 KiB
JSON

{
"name": "@nrwl/node",
"version": "0.0.1",
"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": "file:../devkit",
"@nrwl/jest": "file:../jest",
"@nrwl/js": "file:../js",
"@nrwl/linter": "file:../linter",
"@nrwl/webpack": "file:../webpack",
"@nrwl/workspace": "file:../workspace",
"chalk": "4.1.0",
"tslib": "^2.3.0"
}
}