{
  "name": "angular-google-tag-manager",
  "version": "1.12.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mzuccaroli/angular-google-tag-manager"
  },
  "description": "A service library for integrate google tag manager in your angular project",
  "author": "marcozuccaroli@gmail.com",
  "contributors": [
    "Marco Zuccaroli <marcozuccaroli@gmail.com>",
    "Nils Thomann <nils.thomann@quickline.ch>",
    "Alvaro Junqueira <alvarocjunq@gmail.com>",
    "Jason Gravell <https://github.com/GravlLift>",
    "Michael Doyle <michael@thehypometer.com>",
    "Mathieu Maes <mathieu@webberig.be>",
    "Stefano Cestari <https://github.com/stefanocestari>",
    "LE LAY Olivier <https://github.com/liollury>",
    "Antoine Bursaux <https://github.com/bursauxa>",
    "Brandon Largeau <https://github.com/Yberion>",
    "Perry M <https://github.com/pm20390>",
    "Guillaume Masson <https://github.com/MassonGuillaume>",
    "henriqueformiga <https://github.com/henriqueformiga>"
  ],
  "peerDependencies": {
    "@angular/common": "^20.0.0",
    "@angular/compiler": "^20.0.0"
  },
  "dependencies": {
    "tslib": "^2.5.0"
  },
  "module": "fesm2022/angular-google-tag-manager.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/angular-google-tag-manager.mjs"
    }
  },
  "sideEffects": false
}