{
  "name": "@ngx-matomo/tracker",
  "version": "4.1.2",
  "author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",
  "description": "Matomo (fka. Piwik) client for Angular applications",
  "keywords": [
    "matomo",
    "piwik",
    "angular",
    "analytics"
  ],
  "peerDependencies": {
    "@angular/common": "^15.0.0 || ^16.0.0",
    "@angular/core": "^15.0.0 || ^16.0.0"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/EmmanuelRoux/ngx-matomo.git",
    "directory": "projects/tracker"
  },
  "bugs": {
    "url": "https://github.com/EmmanuelRoux/ngx-matomo/issues"
  },
  "license": "MIT",
  "homepage": "https://github.com/EmmanuelRoux/ngx-matomo#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "schematics": "./schematics/collection.json",
  "ng-add": {
    "save": true
  },
  "ng-update": {
    "packageGroup": [
      "@ngx-matomo/tracker",
      "@ngx-matomo/router"
    ]
  },
  "module": "fesm2015/ngx-matomo-tracker.mjs",
  "es2020": "fesm2020/ngx-matomo-tracker.mjs",
  "esm2020": "esm2020/ngx-matomo-tracker.mjs",
  "fesm2020": "fesm2020/ngx-matomo-tracker.mjs",
  "fesm2015": "fesm2015/ngx-matomo-tracker.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2020": "./esm2020/ngx-matomo-tracker.mjs",
      "es2020": "./fesm2020/ngx-matomo-tracker.mjs",
      "es2015": "./fesm2015/ngx-matomo-tracker.mjs",
      "node": "./fesm2015/ngx-matomo-tracker.mjs",
      "default": "./fesm2020/ngx-matomo-tracker.mjs"
    }
  },
  "sideEffects": false
}
