{
  "$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.5",
  "serialNumber": "urn:uuid:ee3084b6-99bf-4d3f-a3e9-3501ff97cb24",
  "version": 1,
  "metadata": {
    "timestamp": "2026-09-03T09:41:47.257Z",
    "lifecycles": [
      {
        "phase": "build"
      }
    ],
    "tools": [
      {
        "vendor": "npm",
        "name": "cli",
        "version": "11.19.0"
      }
    ],
    "component": {
      "bom-ref": "tracegist-relay@0.1.1",
      "type": "library",
      "name": "tracegist-relay",
      "version": "0.1.1",
      "scope": "required",
      "description": "Relay server for TraceGist Remote Live Sessions. Pairs a tester's browser extension with a developer's MCP bridge and forwards end-to-end encrypted frames — the relay never sees plaintext.",
      "purl": "pkg:npm/tracegist-relay@0.1.1",
      "properties": [],
      "externalReferences": [],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ]
    }
  },
  "components": [
    {
      "bom-ref": "ws@8.21.0",
      "type": "library",
      "name": "ws",
      "version": "8.21.0",
      "scope": "required",
      "author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",
      "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
      "purl": "pkg:npm/ws@8.21.0",
      "properties": [],
      "externalReferences": [
        {
          "type": "distribution",
          "url": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/websockets/ws.git"
        },
        {
          "type": "website",
          "url": "https://github.com/websockets/ws"
        }
      ],
      "hashes": [
        {
          "alg": "SHA-512",
          "content": "56ca76f1bec345c8a6150bebaaed967a4df3d626310c25aa1d807c42c9e4fd2e117da090ccf18fc8136e563255ddc77a5222ad52da7ab0d33bee05afcdc087fa"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "ws@8.21.0",
      "dependsOn": []
    },
    {
      "ref": "tracegist-relay@0.1.1",
      "dependsOn": [
        "ws@8.21.0"
      ]
    }
  ]
}
