nx/packages/node/package.json

58 lines
1.4 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"
},
"dependencies": {
"@nrwl/workspace": "*",
"@nrwl/devkit": "*",
"@nrwl/jest": "*",
"@nrwl/linter": "*",
"@angular-devkit/architect": "~0.1102.0",
"@angular-devkit/core": "~11.2.0",
"@angular-devkit/schematics": "~11.2.0",
"@angular-devkit/build-webpack": "~0.1102.0",
"circular-dependency-plugin": "5.2.0",
"copy-webpack-plugin": "6.0.3",
"fork-ts-checker-webpack-plugin": "^3.1.1",
"fs-extra": "7.0.1",
"glob": "7.1.4",
"license-webpack-plugin": "2.1.2",
"rxjs": "^6.5.4",
"source-map-support": "0.5.16",
"tree-kill": "1.2.2",
"ts-loader": "5.4.5",
"tsconfig-paths-webpack-plugin": "3.2.0",
"tslib": "^2.0.0",
"webpack": "4.42.0",
"webpack-merge": "4.2.1",
"webpack-dev-server": "3.11.0",
"webpack-node-externals": "1.7.2"
}
}