{
  "name": "vue-analytics",
  "version": "5.22.1",
  "description": "Google Analytics plugin for Vue",
  "repository": {
    "type": "git",
    "url": "https://github.com/MatteoGabriele/vue-analytics"
  },
  "scripts": {
    "commit": "git-cz",
    "build": "webpack --mode production",
    "dev": "webpack --mode development --watch",
    "test": "jest",
    "prepublish": "webpack --mode production",
    "semantic-release": "semantic-release"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "keywords": [
    "Google",
    "google",
    "Google Analytics",
    "google analytics",
    "tracking",
    "google tracking",
    "vue-analytics",
    "vue"
  ],
  "main": "dist/vue-analytics.js",
  "types": "vue-analytics.d.ts",
  "files": [
    "dist",
    "vue-analytics.d.ts"
  ],
  "author": {
    "name": "Matteo Gabriele",
    "email": "m.gabriele.dev@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MatteoGabriele/vue-analytics/issues"
  },
  "homepage": "https://github.com/MatteoGabriele/vue-analytics#readme",
  "devDependencies": {
    "@babel/core": "^7.7.2",
    "@babel/preset-env": "^7.7.1",
    "babel-loader": "^8.0.6",
    "commitizen": "^4.0.3",
    "compression-webpack-plugin": "^3.0.0",
    "cz-conventional-changelog": "^3.0.2",
    "jest": "^24.9.0",
    "semantic-release": "^15.13.30",
    "terser-webpack-plugin": "^2.2.1",
    "vue": "^2.6.10",
    "vue-router": "^3.1.3",
    "vuex": "^3.1.2",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.10"
  }
}
