@nrwl/angular
Version:
69 lines • 2.4 kB
JSON
{
"name": "@nrwl/angular",
"version": "19.8.4",
"private": false,
"description": "The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: \n\n- Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, and Cypress. \n\n- Generators to help scaffold code quickly (like: Micro Frontends, Libraries, both internal to your codebase and publishable to npm) \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
"directory": "packages-legacy/angular"
},
"keywords": [
"Monorepo",
"Angular",
"Jest",
"Cypress",
"CLI"
],
"exports": {
"./generators": "./generators.js",
"./executors": "./executors.js",
"./tailwind": "./tailwind.js",
"./src/generators/utils": "./src/generators/utils/index.js",
"./src/utils": "./src/utils/public-api.js",
"./module-federation": "./module-federation/index.js",
"./plugins/component-testing": "./plugins/component-testing.js",
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/nrwl-angular.mjs",
"esm": "./esm2022/nrwl-angular.mjs",
"default": "./fesm2022/nrwl-angular.mjs"
},
"./mf": {
"types": "./mf/index.d.ts",
"esm2022": "./esm2022/mf/nrwl-angular-mf.mjs",
"esm": "./esm2022/mf/nrwl-angular-mf.mjs",
"default": "./fesm2022/nrwl-angular-mf.mjs"
},
"./testing": {
"types": "./testing/index.d.ts",
"esm2022": "./esm2022/testing/nrwl-angular-testing.mjs",
"esm": "./esm2022/testing/nrwl-angular-testing.mjs",
"default": "./fesm2022/nrwl-angular-testing.mjs"
}
},
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"builders": "./executors.json",
"schematics": "./generators.json",
"dependencies": {
"@nx/angular": "19.8.4",
"tslib": "^2.3.0"
},
"publishConfig": {
"access": "public"
},
"nx-migrations": {
"migrations": "@nx/angular/migrations.json"
},
"module": "fesm2022/nrwl-angular.mjs",
"typings": "index.d.ts",
"sideEffects": false
}