45 lines
1.6 KiB
JSON
45 lines
1.6 KiB
JSON
{
|
|
"name": "@nrwl/angular",
|
|
"version": "0.0.1",
|
|
"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"
|
|
},
|
|
"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": "file:../../packages/angular"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"nx-migrations": {
|
|
"migrations": "@nx/angular/migrations.json"
|
|
}
|
|
}
|