{
  "name": "@flusterduck/vue",
  "version": "0.7.18",
  "description": "Vue.js rage click detection and UX analytics. Composable + plugin. Tracks dead clicks, form abandonment, scroll frustration. Hotjar/FullStory alternative for Vue apps.",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "vue": ">=3.3.0",
    "flusterduck": ">=0.2.0"
  },
  "devDependencies": {
    "tsup": "8.5.1",
    "typescript": "5.9.3",
    "jsdom": "25.0.1",
    "vitest": "4.1.8",
    "vue": "3.5.33",
    "flusterduck": "0.7.18",
    "@flusterduck/tsconfig": "0.7.18"
  },
  "license": "SEE LICENSE IN LICENSE.md",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "vue",
    "vuejs",
    "vue3",
    "vue-analytics",
    "vue-tracking",
    "vue-plugin",
    "composable",
    "vue-composable",
    "rage-click",
    "dead-click",
    "click-tracking",
    "form-abandonment",
    "scroll-tracking",
    "ux-analytics",
    "user-behavior",
    "behavioral-analytics",
    "hotjar-vue",
    "fullstory-vue",
    "posthog-vue",
    "session-replay-alternative",
    "heatmap",
    "product-analytics",
    "conversion-tracking",
    "frustration-detection",
    "friction"
  ],
  "author": "Creayo LLC <admin@creayodev.com>",
  "homepage": "https://docs.flusterduck.com/pkg-vue",
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --dts --clean --external vue",
    "dev": "tsup src/index.ts --format esm,cjs --dts --watch --external vue",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "clean": "rm -rf dist"
  }
}