{
  "name": "cometd-nodejs-client",
  "version": "1.3.0",
  "description": "Adapter code to run the CometD JavaScript library in a NodeJS environment",
  "keywords": [
    "node",
    "nodejs",
    "cometd"
  ],
  "homepage": "https://cometd.org",
  "bugs": {
    "url": "https://github.com/cometd/cometd-nodejs-client/issues"
  },
  "license": "Apache-2.0",
  "main": "cometd-nodejs-client.js",
  "types": "cometd-nodejs-client.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/cometd/cometd-nodejs-client.git"
  },
  "scripts": {
    "test": "tsc && mocha --exit"
  },
  "dependencies": {
    "cometd": ">=3.1.2",
    "http-proxy-agent": ">=2.1.0",
    "https-proxy-agent": ">=2.1.0",
    "ws": ">=7.2.0"
  },
  "devDependencies": {
    "mocha": "latest",
    "typescript": "latest",
    "@types/node": "latest",
    "@types/mocha": "latest"
  }
}
