{
  "name": "autobahn",
  "version": "26.3.1",
  "description": "An implementation of The Web Application Messaging Protocol (WAMP).",
  "main": "index.js",
  "files": [
    "index.js",
    "/lib"
  ],
  "scripts": {
    "test": "vitest run"
  },
  "engines": {
    "node": ">= 22.0.0"
  },
  "dependencies": {
    "cbor": "^9.0.0",
    "crypto-js": "^4.2.0",
    "msgpack5": "^6.0.0",
    "tweetnacl": "^1.0.0"
  },
  "optionalDependencies": {
    "when": "3.7.8"
  },
  "devDependencies": {
    "browserify": ">= 13.1.1",
    "deep-equal": ">= 1.0.1",
    "esbuild": ">= 0.20.0",
    "google-closure-compiler": ">= 20170218.0.0",
    "random-bytes-seed": ">=1.0.3",
    "vitest": "^3.0.0"
  },
  "browser": {
    "./lib/transport/rawsocket.js": false
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/crossbario/autobahn-js.git"
  },
  "keywords": [
    "WAMP",
    "WebSocket",
    "RPC",
    "PubSub",
    "ethereum",
    "solidity",
    "xbr",
    "crossbar",
    "autobahn",
    "wamp",
    "data-service",
    "data-monetization"
  ],
  "author": "typedef int GmbH",
  "license": "MIT"
}
