{
  "name": "nuxt-bugsnag",
  "version": "9.0.0-beta.2",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JulianMar/nuxt-bugsnag.git"
  },
  "bugs": {
    "url": "https://github.com/JulianMar/nuxt-bugsnag/issues"
  },
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    }
  },
  "main": "./dist/module.mjs",
  "typesVersions": {
    "*": {
      "*": [
        "./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": "commit-and-tag-version && git push --follow-tags && npm publish",
    "prerelease": "commit-and-tag-version --prerelease beta && git push --follow-tags && npm publish",
    "lint": "eslint .",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "coverage": "vitest run --coverage",
    "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
  },
  "dependencies": {
    "@bugsnag/browser-performance": "^3.0.0",
    "@bugsnag/js": "^8.0.0",
    "@bugsnag/plugin-vue": "^8.0.0",
    "@bugsnag/vue-router-performance": "^3.0.0",
    "@nuxt/kit": "^4.0.0",
    "bugsnag-source-maps-fork": "^3.0.0",
    "defu": "^6.1.2"
  },
  "devDependencies": {
    "@nuxt/eslint-config": "^1.0.0",
    "@nuxt/module-builder": "latest",
    "@nuxt/schema": "^4.0.0",
    "@nuxt/test-utils": "^3.4.3",
    "@types/node": "^22.0.0",
    "@vitest/coverage-v8": "^3.0.0",
    "commit-and-tag-version": "^12.0.0",
    "eslint": "^9.0.0",
    "nuxt": "^4.0.0",
    "vitest": "^3.0.0",
    "vue-tsc": "^3.0.0"
  }
}
