imng-application-insights-ngrx
Version:
Small library to facilitate the integration of Application Insights with an NGRX metaReducer.
44 lines • 1.13 kB
JSON
{
"name": "imng-application-insights-ngrx",
"version": "8.218.2",
"description": "Small library to facilitate the integration of Application Insights with an NGRX metaReducer.",
"peerDependencies": {
"@angular/common": ">= 14",
"@angular/core": ">= 14",
"@ngrx/effects": ">= 14",
"@ngrx/store": ">= 14",
"@microsoft/applicationinsights-web": ">= 3",
"rxjs": "*"
},
"dependencies": {
"tslib": "^2.3.0"
},
"keywords": [
"application-insights",
"ngrx",
"angular"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "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": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/imng-application-insights-ngrx.mjs"
}
},
"sideEffects": false
}