60 lines
1.5 KiB
JSON
60 lines
1.5 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/workspace": "file:../workspace",
|
|
"chalk": "4.1.0",
|
|
"copy-webpack-plugin": "^9.0.1",
|
|
"enhanced-resolve": "^5.8.3",
|
|
"fork-ts-checker-webpack-plugin": "6.2.10",
|
|
"fs-extra": "^10.1.0",
|
|
"glob": "7.1.4",
|
|
"license-webpack-plugin": "^4.0.2",
|
|
"rxjs": "^6.5.4",
|
|
"rxjs-for-await": "0.0.2",
|
|
"source-map-support": "0.5.19",
|
|
"terser-webpack-plugin": "^5.3.0",
|
|
"tree-kill": "1.2.2",
|
|
"ts-loader": "^9.2.6",
|
|
"ts-node": "~9.1.1",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"tsconfig-paths-webpack-plugin": "3.5.2",
|
|
"tslib": "^2.3.0",
|
|
"webpack": "^5.58.1",
|
|
"webpack-merge": "^5.8.0",
|
|
"webpack-node-externals": "^3.0.0"
|
|
}
|
|
}
|