{
  "name": "nuxt-module-hotjar",
  "version": "1.3.3",
  "description": "Add HotJar to your Nuxt.js application",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/damevin/nuxt-module-hotjar.git"
  },
  "private": false,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "type": "module",
  "author": "Raphaël DAMEVIN <raphael.damevin@gmail.com> (https://dame.vin)",
  "exports": {
    ".": {
      "import": "./dist/module.mjs",
      "types": "./dist/types.d.mts"
    }
  },
  "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",
    "release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
    "lint": "eslint .",
    "test": "vitest run",
    "test:watch": "vitest watch"
  },
  "dependencies": {
    "@hotjar/browser": "^1.0.9",
    "@nuxt/kit": "^3.17.0",
    "defu": "^6.1.4"
  },
  "devDependencies": {
    "@nuxt/devtools": "latest",
    "@nuxt/eslint-config": "^1.3.0",
    "@nuxt/module-builder": "^1.0.1",
    "@nuxt/schema": "^3.17.0",
    "@nuxt/test-utils": "^3.17.2",
    "@types/node": "^20.17.32",
    "changelogen": "^0.6.1",
    "eslint": "^9.25.1",
    "nuxt": "^3.17.0",
    "vitest": "^3.1.2"
  },
  "bugs": {
    "url": "https://github.com/damevin/nuxt-module-hotjar/issues"
  },
  "homepage": "https://github.com/damevin/nuxt-module-hotjar#readme",
  "keywords": [
    "hotjar",
    "nuxt",
    "typescript",
    "nuxt-module"
  ]
}
