{
  "name": "@huntersofbook/plausible-vue",
  "type": "module",
  "version": "1.0.0",
  "description": "Plausible Analytics plugin for Vue 3",
  "author": "Mehmet - productdevbook <hi@productdevbook.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/productdevbook",
  "homepage": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/plausible/packages/vue#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/huntersofbook/huntersofbook.git",
    "directory": "projects/plausible/packages/vue"
  },
  "bugs": {
    "url": "https://github.com/huntersofbook/huntersofbook/issues"
  },
  "keywords": [
    "vue 3",
    "composition",
    "analytics",
    "plausible",
    "plausible analytics",
    "tracking",
    "vue",
    "plugin"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "vue": "^3.2.45"
  },
  "dependencies": {
    "defu": "^6.1.2",
    "plausible-tracker": "^0.3.8"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^0.34.1",
    "eslint": "^8.32.0",
    "tsx": "^3.12.2",
    "unbuild": "^1.1.1",
    "unconfig": "^0.3.7",
    "vue": "^3.2.45"
  }
}
