{
  "name": "@dotcms/analytics",
  "version": "1.5.6",
  "description": "Official JavaScript library for Content Analytics with DotCMS.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dotCMS/core.git#main"
  },
  "keywords": [
    "dotCMS",
    "CMS",
    "Content Management",
    "Analytics",
    "Tracking"
  ],
  "author": "dotcms <dev@dotcms.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dotCMS/core/issues"
  },
  "homepage": "https://github.com/dotCMS/core/tree/main/core-web/libs/sdk/analytics/README.md",
  "dependencies": {
    "@analytics/core": "^0.13.0",
    "@analytics/queue-utils": "^0.1.3",
    "@analytics/router-utils": "^0.1.1",
    "@analytics/storage-utils": "^0.4.0",
    "@dotcms/uve": "latest",
    "analytics": "^0.8.0"
  },
  "peerDependencies": {
    "react": "^18 || ^19"
  },
  "devDependencies": {
    "@dotcms/types": "latest",
    "@testing-library/jest-dom": "^6.1.6",
    "@testing-library/react": "^14.0.0",
    "vite": "~5.0.0"
  },
  "main": "./index.js",
  "module": "./index.js",
  "types": "./index.d.ts",
  "typesVersions": {
    "*": {
      "react": [
        "lib/react/index.d.ts"
      ],
      "*": [
        "index.d.ts"
      ]
    }
  },
  "exports": {
    ".": {
      "import": "./index.js",
      "types": "./index.d.ts"
    },
    "./react": {
      "import": "./react/index.js",
      "types": "./lib/react/index.d.ts"
    }
  }
}
