nx/packages/angular/package.json
Jason Jean a7b7af2dfe
feat(core): switch over to angular 10 (#3056)
* feat(core): switch over to devkit 10-rc.0

* feat(core): implement solution tsconfigs wip

* feat(angular): add angular migrations

* fix(angular): modify angularjs tests
2020-07-07 17:02:06 -04:00

46 lines
1.0 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"
},
"peerDependencies": {
"@nrwl/workspace": "*"
},
"dependencies": {
"@nrwl/cypress": "*",
"@nrwl/jest": "*",
"@angular-devkit/schematics": "~10.0.0",
"@schematics/angular": "~10.0.0",
"jasmine-marbles": "~0.6.0"
}
}