{
  "name": "nuxt-logrocket",
  "version": "2.0.14",
  "description": "LogRocket module for Nuxt.js",
  "license": "MIT",
  "contributors": [
    {
      "name": "Farzad Soltani <farzad.au@gmail.com>"
    }
  ],
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/module.mjs",
      "require": "./dist/module.cjs"
    }
  },
  "main": "./dist/module.cjs",
  "types": "./dist/types.d.ts",
  "files": [
    "dist"
  ],
  "repository": "https://github.com/nuxt-community/nuxt-logrocket",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prepack": "nuxt-module-build",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
    "test": "yarn dev:prepare && vitest run test",
    "lint": "eslint --ext .js,.ts,.vue .",
    "lint:fix": "eslint --fix --ext .js,.ts,.vue .",
    "release": "yarn lint && yarn test && yarn prepack && yarn standard-version && git push --follow-tags && npm publish"
  },
  "dependencies": {
    "@nuxt/kit": "^3.6.5",
    "defu": "^6.1.2",
    "logrocket": "^4.0.4"
  },
  "devDependencies": {
    "@nuxt/module-builder": "^0.4.0",
    "@nuxt/test-utils": "^3.6.5",
    "@nuxtjs/eslint-config-typescript": "latest",
    "eslint": "^8.45.0",
    "nuxt": "^3.6.5",
    "standard-version": "^9.3.2",
    "vitest": "^0.33.0"
  }
}
