{
  "name": "@comparaonline/event-tracker",
  "version": "8.3.3",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/comparaonline/event-tracker.git"
  },
  "author": "ComparaOnline",
  "license": "MIT",
  "engines": {
    "node": ">=22.13.0"
  },
  "description": "This library it's an interface between any frontend application and some event tracking platforms, currently Snowplow and Tag Manager.",
  "bugs": {
    "url": "https://github.com/comparaonline/event-tracker/issues"
  },
  "homepage": "https://github.com/comparaonline/event-tracker#readme",
  "keywords": [
    "event",
    "tracking",
    "snowplow",
    "tag",
    "manager"
  ],
  "sideEffects": false,
  "dependencies": {
    "core-js": "^3.40.0"
  },
  "main": "index.js",
  "publishConfig": {
    "access": "public"
  }
}