{
  "name": "@koseoyeon/browser-rum",
  "version": "4.19.3",
  "license": "Apache-2.0",
  "main": "cjs/entries/main.js",
  "module": "esm/entries/main.js",
  "types": "cjs/entries/main.d.ts",
  "scripts": {
    "build": "run-p build:cjs build:esm build:bundle",
    "build:bundle": "rm -rf bundle && webpack --mode=production",
    "build:cjs": "rm -rf cjs && tsc -p tsconfig.cjs.json",
    "build:esm": "rm -rf esm && tsc -p tsconfig.esm.json"
  },
  "dependencies": {
    "@koseoyeon/browser-core": "4.19.3",
    "@koseoyeon/browser-rum-core": "4.19.3"
  },
  "peerDependencies": {
    "@koseoyeon/browser-logs": "4.19.3"
  },
  "peerDependenciesMeta": {
    "@koseoyeon/browser-logs": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/koseoyeon/browser-sdk.git",
    "directory": "packages/rum"
  },
  "devDependencies": {
    "@types/pako": "2.0.0",
    "pako": "2.0.4"
  },
  "description": "Watchall Real User Monitoring (RUM) enables you to visualize and analyze the real-time performance and user journeys of your application's individual users. To collect events, add the RUM Browser SDK to your browser application and configure what data is collected using initialization parameters.",
  "bugs": {
    "url": "https://github.com/koseoyeon/browser-sdk/issues"
  },
  "homepage": "https://github.com/koseoyeon/browser-sdk#readme",
  "directories": {
    "test": "test"
  },
  "keywords": [
    "sytest"
  ],
  "author": ""
}
