{
  "name": "nuxt-gtag",
  "type": "module",
  "version": "4.1.0",
  "packageManager": "pnpm@10.18.3",
  "description": "Natively integrates Google Tag into Nuxt",
  "author": "Johann Schopplich <hello@johannschopplich.com>",
  "license": "MIT",
  "homepage": "https://github.com/johannschopplich/nuxt-gtag#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johannschopplich/nuxt-gtag.git"
  },
  "bugs": "https://github.com/johannschopplich/nuxt-gtag/issues",
  "keywords": [
    "analytics",
    "google",
    "gtag",
    "gtm",
    "nuxt"
  ],
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "default": "./dist/module.mjs"
    }
  },
  "main": "./dist/module.mjs",
  "types": "./dist/types.d.mts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/types.d.mts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "prepack": "nuxt-module-build build",
    "dev": "nuxt dev playground",
    "dev:build": "nuxt build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare playground",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test:types": "tsc --noEmit",
    "release": "bumpp"
  },
  "dependencies": {
    "@nuxt/kit": "^4.1.3",
    "defu": "^6.1.4",
    "pathe": "^2.0.3",
    "ufo": "^1.6.1"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^6.0.0",
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/schema": "^4.1.3",
    "@types/node": "^24.7.2",
    "bumpp": "^10.3.1",
    "eslint": "^9.37.0",
    "eslint-plugin-perfectionist": "^4.15.1",
    "nuxt": "^4.1.3",
    "typescript": "^5.9.3"
  }
}
