{
  "name": "ngrx-handlers",
  "version": "12.0.1",
  "peerDependencies": {
    "@angular/core": "^12.0.0",
    "@ngrx/store": "^12.0.0"
  },
  "dependencies": {
    "tslib": "^2.1.0"
  },
  "author": "Marko Stanimirović",
  "description": "NgRx Plugin for Generating Actions and Reducer Based on the Handler Map",
  "keywords": [
    "Angular",
    "NgRx",
    "Juliette",
    "Redux",
    "createSlice"
  ],
  "license": "MIT",
  "homepage": "https://github.com/markostanimirovic/ngrx-handlers#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/markostanimirovic/ngrx-handlers.git"
  },
  "bugs": {
    "url": "https://github.com/markostanimirovic/ngrx-handlers/issues"
  },
  "main": "bundles/ngrx-handlers.umd.js",
  "module": "fesm2015/ngrx-handlers.js",
  "es2015": "fesm2015/ngrx-handlers.js",
  "esm2015": "esm2015/ngrx-handlers.js",
  "fesm2015": "fesm2015/ngrx-handlers.js",
  "typings": "ngrx-handlers.d.ts",
  "sideEffects": false
}