{
  "name": "@wix/monitoring-browser-panorama",
  "version": "1.2.0",
  "license": "UNLICENSED",
  "author": {
    "name": "Lior Shtaimberg",
    "email": "liorsht@wix.com"
  },
  "main": "build/index.cjs",
  "module": "build/index.js",
  "types": "build/index.d.ts",
  "type": "module",
  "sideEffects": false,
  "files": [
    "build"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest",
    "lint": "eslint --max-warnings=0 .",
    "lint:fix": "eslint --max-warnings=0 . --fix",
    "clean": "rm -rf build",
    "typecheck": "tsc --noEmit"
  },
  "exports": {
    ".": {
      "node": {
        "types": "./build/index.d.cts",
        "default": "./build/index.cjs"
      },
      "require": {
        "types": "./build/index.d.cts",
        "default": "./build/index.cjs"
      },
      "import": {
        "types": "./build/index.d.ts",
        "default": "./build/index.js"
      }
    }
  },
  "lint-staged": {
    "*.{js,ts}": "yarn lint"
  },
  "dependencies": {
    "@wix/monitoring": "1.2.0",
    "@wix/monitoring-common": "1.15.0",
    "@wix/monitoring-common-sentry": "1.0.0"
  },
  "devDependencies": {
    "@sentry/browser": "^7.120.4",
    "@sentry/types": "^7.120.4",
    "@types/chance": "^1.1.7",
    "@types/is-ci": "^3.0.4",
    "@types/semver": "^7.7.1",
    "@vitest/ui": "^3.2.4",
    "@wix/monitoring-types": "1.0.0",
    "@wix/panorama-client-testkit": "^2.132.0",
    "@wix/panorama-client-web": "^3.257.0",
    "chance": "^1.1.13",
    "eslint": "^8.57.1",
    "eslint-config-sdk": "1.0.0",
    "is-ci": "^4.1.0",
    "jsdom": "^25.0.1",
    "sentry-testkit": "^5.0.10",
    "tsup": "^8.5.0",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4",
    "vitest-teamcity-reporter": "^0.3.1",
    "wait-for-expect": "^3.0.2"
  },
  "eslintConfig": {
    "extends": "sdk"
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "monitoring-browser-panorama"
    },
    "validations": {
      "source": [
        "lint"
      ],
      "postDependenciesBuild": [
        "typecheck"
      ]
    }
  },
  "falconPackageHash": "f84cb5b516382b99e025fd5c0b262c224db6b13937daf923e251c9bf"
}