{
  "name": "nuxt-analytics-data",
  "version": "1.2.13",
  "description": "Nuxt Analytics Data Module",
  "repository": "l422y/nuxt-analytics-data",
  "license": "MIT",
  "type": "module",
  "packageManager": "pnpm@7.29.0",
  "author": {
    "name": "Larry Williamson",
    "email": "l422y@l422y.com",
    "url": "https://l422y.com"
  },
  "keywords": [
    "nuxt",
    "vue",
    "typescript",
    "GA4",
    "google-analytics",
    "trending",
    "popular",
    "google-analytics-data-api"
  ],
  "exports": {
    ".": {
      "types": "./dist/types.d.ts",
      "import": "./dist/module.mjs",
      "require": "./dist/module.cjs"
    }
  },
  "main": "./dist/module.cjs",
  "types": "./dist/types.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepack": "nuxt-module-build",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
    "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
    "lint": "eslint .",
    "test": "vitest run",
    "test:watch": "vitest watch"
  },
  "dependencies": {
    "@google-analytics/data": "^3.2.1",
    "@nuxt/kit": "^3.2.3",
    "defu": "^6.1.2",
    "sass": "^1.58.3"
  },
  "devDependencies": {
    "@nuxt/eslint-config": "^0.1.1",
    "@nuxt/module-builder": "^0.2.1",
    "@nuxt/schema": "^3.2.3",
    "@nuxt/test-utils": "^3.2.3",
    "changelogen": "^0.5.1",
    "eslint": "^8.35.0",
    "nuxt": "^3.2.3",
    "vitest": "^0.29.2"
  }
}
