{
  "name": "@virto-commerce/front-modules-google-ecommerce-analytics",
  "version": "1.0.10",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/VirtoCommerce/vc-module-front-google-ecommerce-analytics"
  },
  "author": {
    "email": "info@virtocommerce.com",
    "name": "Virto Commerce",
    "url": "https://virtocommerce.com"
  },
  "license": "SEE LICENSE IN LICENSE.txt",
  "type": "module",
  "dependencies": {
    "lodash": "^4.17.21",
    "vue": "3.5.12"
  },
  "scripts": {
    "validate:types": "tsc --noEmit",
    "lint": "eslint .",
    "prettier": "prettier --check \"**/*.{js,ts,md}\"",
    "build": "rm -rf dist && tsc"
  },
  "devDependencies": {
    "@babel/types": "^7.24.7",
    "@graphql-typed-document-node/core": "^3.2.0",
    "@types/gtag.js": "^0.0.20",
    "@types/lodash": "^4.17.6",
    "@typescript-eslint/eslint-plugin": "^7.13.0",
    "@typescript-eslint/parser": "^7.13.0",
    "eslint": "^8.57.0",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-import": "^2.29.1",
    "graphql": "^16.9.0",
    "prettier": "^3.3.2",
    "typescript": "^5.4.5"
  },
  "keywords": [
    "VirtoCommerce",
    "Google",
    "Analytics",
    "Ecommerce",
    "Frontend",
    "Module"
  ],
  "files": [
    "dist",
    "README.md",
    "LICENSE.txt"
  ]
}