@ngrx/schematics
Version:
NgRx Schematics for Angular
46 lines • 1.04 kB
JSON
{
"name": "@ngrx/schematics",
"version": "18.0.2",
"description": "NgRx Schematics for Angular",
"repository": {
"type": "git",
"url": "git+https://github.com/ngrx/platform.git"
},
"keywords": [
"RxJS",
"Angular",
"Redux",
"NgRx",
"Schematics",
"Angular CLI"
],
"author": "Brandon Roberts <robertsbt@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ngrx/platform/issues"
},
"homepage": "https://github.com/ngrx/platform#readme",
"schematics": "./collection.json",
"ng-add": {
"save": "devDependencies"
},
"ng-update": {
"packageGroup": [
"@ngrx/store",
"@ngrx/effects",
"@ngrx/entity",
"@ngrx/router-store",
"@ngrx/data",
"@ngrx/schematics",
"@ngrx/store-devtools",
"@ngrx/component-store",
"@ngrx/component",
"@ngrx/eslint-plugin",
"@ngrx/operators",
"@ngrx/signals"
],
"migrations": "./migrations/migration.json"
},
"main": "./src/index.js",
"type": "commonjs"
}