{
  "name": "@sentry/fullstory",
  "version": "5.0.0",
  "description": "The Sentry-FullStory integration creates a link from the Sentry Error to the FullStory replay. It also creates a link from the FullStory event to the Sentry error.",
  "repository": "git://github.com/getsentry/sentry-fullstory.git",
  "homepage": "https://github.com/getsentry/sentry-fullstory#readme",
  "author": "Sentry",
  "license": "MIT",
  "engines": {
    "node": ">=14.18"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/cjs/index.js",
  "module": "./dist/es/index.mjs",
  "types": "./dist/cjs/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/es/index.d.ts",
        "default": "./dist/es/index.mjs"
      },
      "require": {
        "types": "./dist/cjs/index.d.cts",
        "default": "./dist/cjs/index.cjs"
      }
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@sentry/core": "10.x"
  },
  "dependencies": {},
  "devDependencies": {
    "@sentry/core": "^10.22.0",
    "bunchee": "^6.6.2",
    "typescript": "5.8.2"
  },
  "scripts": {
    "build": "bunchee",
    "typecheck": "tsc --noEmit",
    "watch": "bunchee -w"
  },
  "volta": {
    "node": "22.14.0",
    "yarn": "1.22.5"
  },
  "sideEffects": false
}
