54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "@nrwl/node",
|
|
"version": "0.0.1",
|
|
"description": "Node Plugin for Nx",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nrwl/nx.git"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"Node",
|
|
"Nest",
|
|
"Jest",
|
|
"Cypress",
|
|
"CLI"
|
|
],
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"author": "Victor Savkin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/nrwl/nx/issues"
|
|
},
|
|
"homepage": "https://nx.dev",
|
|
"schematics": "./collection.json",
|
|
"builders": "./builders.json",
|
|
"ng-update": {
|
|
"requirements": {},
|
|
"migrations": "./migrations.json"
|
|
},
|
|
"peerDependencies": {
|
|
"@nrwl/workspace": "*"
|
|
},
|
|
"dependencies": {
|
|
"@nrwl/jest": "*",
|
|
"@nrwl/linter": "*",
|
|
"@angular-devkit/architect": "0.803.14",
|
|
"@angular-devkit/core": "8.3.14",
|
|
"@angular-devkit/schematics": "8.3.14",
|
|
"@angular-devkit/build-webpack": "0.803.14",
|
|
"circular-dependency-plugin": "^5.0.2",
|
|
"copy-webpack-plugin": "5.0.3",
|
|
"fork-ts-checker-webpack-plugin": "0.4.15",
|
|
"license-webpack-plugin": "^1.4.0",
|
|
"source-map-support": "0.5.12",
|
|
"tree-kill": "1.2.1",
|
|
"ts-loader": "5.4.5",
|
|
"tsconfig-paths-webpack-plugin": "3.2.0",
|
|
"webpack": "4.39.2",
|
|
"webpack-dev-server": "3.1.14",
|
|
"webpack-node-externals": "1.7.2"
|
|
}
|
|
}
|