UNPKG

@ngrx/schematics

Version:

NgRx Schematics for Angular

45 lines (44 loc) 1.01 kB
{ "name": "@ngrx/schematics", "version": "15.2.1", "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" ], "migrations": "./migrations/migration.json" }, "main": "./src/index.js", "types": "./src/index.d.ts" }