UNPKG

@apstory/logger-angular

Version:
53 lines (52 loc) 1.25 kB
{ "name": "@apstory/logger-angular", "version": "19.2.0", "private": false, "keywords": [ "angular", "applicationinsights-web", "application-insights", "angular-applicationinsights", "microsoft application insights javascript sdk", "typescript", "javascript-sdk" ], "author": "apstory", "license": "MIT", "homepage": "https://www.apstory.io", "repository": { "type": "git", "url": "git+https://github.com/apstory/apstory-lib-angular.git#master" }, "peerDependencies": { "@angular/common": "^19.2.0", "@angular/core": "^19.2.0", "@microsoft/applicationinsights-web": "^3.0.7" }, "module": "fesm2022/apstory-logger-angular.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/apstory-logger-angular.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" }, "description": "## Installation", "bugs": { "url": "https://github.com/apstory/apstory-lib-angular/issues" }, "main": "index.js", "directories": { "lib": "lib" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }