{
  "name": "@seontechnologies/seon-stream-sdk-web",
  "description": "SEON Web Stream SDK used for User Session Monitoring.",
  "keywords": [
    "seon",
    "web",
    "stream",
    "sdk",
    "user",
    "session",
    "monitoring",
    "session monitoring",
    "tracking",
    "session tracking",
    "analytics",
    "session analytics",
    "behavior",
    "behaviour",
    "fraud",
    "fraud detection",
    "fraud prevention",
    "bot",
    "bot detection",
    "automation",
    "detection",
    "prevention",
    "tools",
    "risk",
    "security",
    "fingerprint",
    "intelligence",
    "browser",
    "browser fingerprinting",
    "browser intelligence",
    "device",
    "device fingerprinting",
    "device intelligence"
  ],
  "type": "module",
  "module": "dist/session-agent.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/session-agent.js",
      "types": "./dist/index.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seontechnologies/seon-web-stream-sdk-public.git"
  },
  "author": "SEON Technologies Ltd.",
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://seon.io/",
  "files": [
    "dist/session-agent.js",
    "dist/index.d.ts"
  ],
  "publishConfig": {
    "access": "public"
  },
  "version": "1.2.1",
  "dependencies": {
    "pako": "~2.1.0",
    "uuid": "~14.0.0"
  },
  "peerDependencies": {
    "@bufbuild/protobuf": "~2.12.0",
    "rxjs": "~7.8.2",
    "zod": "~4.4.3"
  }
}
