{
  "name": "lightstreamer-client-node",
  "version": "9.2.2+20250131",
  "description": "This package includes the resources needed to write a Lightstreamer client.",
  "license": "Apache-2.0",
  "keywords": [
    "lightstreamer",
    "push",
    "realtime",
    "real-time",
    "websocket"
  ],

  "homepage": "http://www.lightstreamer.com",
  
  "bugs": {
    "url" : "http://forum.lightstreamer.com/",
    "email" : "support@lightstreamer.com"
  },
  
  "author": {
    "name" : "Lightstreamer Srl",
    "email" : "support@lightstreamer.com"
  },
  
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lightstreamer/Lightstreamer-lib-client-haxe.git"
  },

  "main": "lightstreamer-node.js",
  "types": "types.d.ts",

  "dependencies": {
    "cookiejar": "^2.1.4",
    "ws": "^8.14.2",
    "xmlhttprequest": "git+https://github.com/driverdan/node-XMLHttpRequest.git",
    "jsonpatch": "^3.1.0"
  }
}