nx/packages/angular/package.json

47 lines
1.1 KiB
JSON

{
"name": "@nrwl/angular",
"version": "0.0.1",
"description": "Angular Plugin for Nx",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"
},
"scripts": {
"postinstall": "node ./scripts/nx-cli-warning.js"
},
"keywords": [
"Monorepo",
"Angular",
"Jest",
"Cypress",
"CLI"
],
"main": "./bundles/nrwl-angular.umd.js",
"types": "./nrwl-angular.d.ts",
"module": "esm5/nrwl-angular.js",
"es2015": "esm2015/nrwl-angular.js",
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"builders": "./builders.json",
"schematics": "./collection.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json"
},
"dependencies": {
"@angular-devkit/schematics": "~12.0.0",
"@nrwl/cypress": "*",
"@nrwl/devkit": "*",
"@nrwl/jest": "*",
"@nrwl/linter": "*",
"@schematics/angular": "~12.0.0",
"jasmine-marbles": "~0.6.0",
"rxjs-for-await": "0.0.2",
"webpack-merge": "5.7.3"
}
}