{
  "name": "@wepublish/analytics",
  "version": "10.2.0",
  "description": "Analytics plugin for publishers.",
  "keywords": [
    "matomo",
    "analytics",
    "publishing",
    "media",
    "newspaper",
    "cms"
  ],
  "homepage": "https://github.com/wepublish/wepublish",
  "bugs": {
    "url": "https://github.com/wepublish/wepublish/issues",
    "email": "development@wepublish.ch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wepublish/wepublish.git",
    "directory": "libs/analytics"
  },
  "license": "MIT",
  "publishConfig": {
    "directory": "../../dist/libs/analytics"
  },
  "dependencies": {
    "analytics": "0.8.9",
    "js-cookie": "^3.0.1",
    "matomo-tracker": "^3.0.0-beta.0"
  },
  "peerDependencies": {
    "tslib": "1.14.1"
  },
  "main": "./src/index.js",
  "type": "commonjs"
}
