{
  "name": "@structured-world/vue-privacy",
  "version": "1.10.0",
  "description": "Add Google Analytics (GA4) to Vue 3, VitePress, and Quasar with one line of code. Works with Nuxt 3 via the Vue plugin. GDPR/CCPA compliant cookie consent with Google Consent Mode v2, EU auto-detection, and SPA page tracking.",
  "license": "Apache-2.0",
  "author": "Dmitry Prudnikov <mail@polaz.com>",
  "packageManager": "yarn@4.12.0",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/vue-privacy.umd.cjs"
    },
    "./vue": {
      "types": "./dist/vue/index.d.ts",
      "import": "./dist/vue/index.js"
    },
    "./vitepress": {
      "types": "./dist/vitepress/index.d.ts",
      "import": "./dist/vitepress/index.js"
    },
    "./quasar": {
      "types": "./dist/quasar/index.d.ts",
      "import": "./dist/quasar/index.js"
    },
    "./vanilla": {
      "types": "./dist/vanilla/index.d.ts",
      "import": "./dist/vanilla/index.js"
    },
    "./banner.css": "./dist/vue-privacy-banner.css",
    "./modal.css": "./dist/vue-privacy-modal.css"
  },
  "main": "./dist/vue-privacy.umd.cjs",
  "module": "./dist/index.js",
  "unpkg": "./dist/vue-privacy.umd.cjs",
  "jsdelivr": "./dist/vue-privacy.umd.cjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/structured-world/vue-privacy"
  },
  "homepage": "https://privacy.sw.foundation",
  "bugs": {
    "url": "https://github.com/structured-world/vue-privacy/issues"
  },
  "keywords": [
    "google-analytics",
    "ga4",
    "gtag",
    "google-tag-manager",
    "analytics",
    "vue",
    "vue3",
    "vitepress",
    "nuxt",
    "quasar",
    "cookie-consent",
    "gdpr",
    "ccpa",
    "google-consent-mode",
    "consent-mode-v2",
    "cookie-banner",
    "eu-cookie-law",
    "privacy",
    "spa-tracking",
    "page-view",
    "cdn",
    "umd"
  ],
  "engines": {
    "node": ">=20.10"
  },
  "scripts": {
    "build": "vite build && vite build --config vite.config.umd.ts && vite build --config vite.config.vanilla.ts && vue-tsc --project tsconfig.build.json --emitDeclarationOnly",
    "dev": "vite build --watch",
    "typecheck": "vue-tsc --noEmit",
    "lint": "eslint src/",
    "lint:fix": "eslint src/ --fix",
    "format": "prettier --write \"**/*.{js,ts,vue,json,md}\"",
    "format:check": "prettier --check \"**/*.{js,ts,vue,json,md}\"",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:cov": "vitest run --coverage",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs",
    "prepublishOnly": "yarn build",
    "semantic-release": "semantic-release"
  },
  "peerDependencies": {
    "vue": "^3.3.0",
    "vue-router": "^4.0.0 || ^5.0.0"
  },
  "peerDependenciesMeta": {
    "vue": {
      "optional": true
    },
    "vue-router": {
      "optional": true
    }
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/jsdom": "^27.0.0",
    "@types/node": "^22.19.8",
    "@vitejs/plugin-vue": "^6.0.4",
    "@vitest/coverage-v8": "^4.0.18",
    "conventional-changelog-conventionalcommits": "^9.1.0",
    "eslint": "^9.39.2",
    "eslint-plugin-vue": "^10.7.0",
    "jsdom": "^27.4.0",
    "prettier": "^3.8.1",
    "semantic-release": "^25.0.3",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.54.0",
    "vite": "^7.3.1",
    "vite-plugin-dts": "^4.5.4",
    "vitepress": "^1.6.4",
    "vitest": "^4.0.18",
    "vue": "^3.5.27",
    "vue-eslint-parser": "^10.2.0",
    "vue-router": "^5.0.2",
    "vue-tsc": "^3.2.4"
  },
  "resolutions": {
    "esbuild": ">=0.25.0"
  }
}
