{
  "name": "imng-application-insights-ngrx",
  "version": "9.220.3",
  "description": "Small library to facilitate the integration of Application Insights with an NGRX metaReducer.",
  "peerDependencies": {
    "@angular/common": "*",
    "@angular/core": "*",
    "@ngrx/effects": "*",
    "@ngrx/store": "*",
    "@microsoft/applicationinsights-web": "*",
    "rxjs": "*"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "keywords": [
    "application-insights",
    "ngrx",
    "angular"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "directory": "src/libs/imng-application-insights-ngrx",
    "url": "git+https://github.com/ikemtz/AngularMonoRepo.git"
  },
  "icon": "https://avatars.githubusercontent.com/u/6444182?v=4",
  "private": false,
  "author": {
    "name": "Isaac Martinez <@ikemtz>",
    "url": "https://github.com/ikemtz"
  },
  "module": "fesm2022/imng-application-insights-ngrx.mjs",
  "typings": "types/imng-application-insights-ngrx.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/imng-application-insights-ngrx.d.ts",
      "default": "./fesm2022/imng-application-insights-ngrx.mjs"
    }
  },
  "sideEffects": false,
  "type": "module"
}