{
  "name": "@hug/ngx-sentry",
  "version": "9.1.1",
  "description": "Angular wrapper for the official Sentry JavaScript SDK",
  "homepage": "https://github.com/dsi-hug/ngx-sentry",
  "license": "GPL-3.0-only",
  "author": "HUG - Hôpitaux Universitaires Genève",
  "contributors": [
    "badisi (https://github.com/badisi)"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dsi-hug/ngx-sentry.git"
  },
  "keywords": [
    "angular",
    "sentry",
    "sentry-client",
    "ngx-sentry",
    "monitor",
    "monitoring",
    "crash-reporting",
    "error-monitoring",
    "crash-reports",
    "csp-report",
    "error-logging",
    "error-handling",
    "http-interceptor",
    "http-errors"
  ],
  "sideEffects": false,
  "bin": {
    "ngx-sentry": "bin/ngx-sentry"
  },
  "peerDependencies": {
    "@angular/common": ">= 15",
    "@angular/core": ">= 15",
    "@angular/router": ">= 15"
  },
  "dependencies": {
    "@hug/ngx-schematics-utilities": "^12.1.3",
    "@sentry/angular": "10.48.0",
    "@sentry/cli": "2.57.0",
    "tslib": "^2.8.1"
  },
  "engines": {
    "node": ">= 18.12.0"
  },
  "schematics": "./schematics/collection.json",
  "ng-update": {
    "migrations": "./schematics/migration.json"
  },
  "ng-add": {
    "save": "dependencies"
  },
  "module": "fesm2022/hug-ngx-sentry.mjs",
  "typings": "types/hug-ngx-sentry.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/hug-ngx-sentry.d.ts",
      "default": "./fesm2022/hug-ngx-sentry.mjs"
    }
  },
  "type": "module"
}