{
  "name": "lightstreamer-adapter",
  "version": "1.8.1",
  "license": "Apache-2.0",
  "scripts": {
    "test": "cd test && npx nodeunit *.test.js && node esm.test.mjs"
  },
  "description": "This package includes the resources needed to write Data Adapters and Metadata Adapters for Lightstreamer Server in a Node.js environment. The adapters will run in a separate process, communicating with the Server through the Adapter Remoting Infrastructure.",
  "keywords": [
    "lightstreamer",
    "push",
    "realtime",
    "real-time",
    "websocket"
  ],
  "homepage": "http://www.lightstreamer.com",
  "repository": {
    "type": "git",
    "url": "http://github.com/Lightstreamer/Lightstreamer-lib-node-adapter.git"
  },
  "bugs": {
    "url": "http://forum.lightstreamer.com/",
    "email": "support@lightstreamer.com"
  },
  "author": {
    "name": "Lightstreamer Srl",
    "email": "support@lightstreamer.com"
  },
  "main": "index.js",
  "type": "commonjs",
  "types": "types.d.ts",
  "engines": {
    "node": "*"
  },
  "devDependencies": {
    "nodeunit": ">=0.6.4"
  }
}
