{
  "name": "nuxt-gtag",
  "type": "module",
  "version": "3.0.2",
  "packageManager": "pnpm@9.14.1",
  "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.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 build",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test:types": "tsc --noEmit",
    "release": "bumpp"
  },
  "dependencies": {
    "@nuxt/kit": "^3.14.1592",
    "defu": "^6.1.4",
    "pathe": "^1.1.2",
    "ufo": "^1.5.4"
  },
  "devDependencies": {
    "@nuxt/eslint-config": "^0.7.1",
    "@nuxt/module-builder": "^0.8.4",
    "@nuxt/schema": "^3.14.1592",
    "@types/node": "^22.9.1",
    "bumpp": "^9.8.1",
    "eslint": "^9.15.0",
    "eslint-plugin-perfectionist": "^4.0.3",
    "nuxt": "^3.14.1592",
    "typescript": "^5.6.3"
  }
}
