{
  "name": "cometd-nodejs-client",
  "version": "2.0.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",
  "type": "module",
  "types": "cometd-nodejs-client.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/cometd/cometd-nodejs-client.git"
  },
  "scripts": {
    "test": "mocha --exit"
  },
  "dependencies": {
    "cometd": ">=8.0.1",
    "http-proxy-agent": ">=7.0.0",
    "https-proxy-agent": ">=7.0.0",
    "ws": ">=8.0.0"
  },
  "devDependencies": {
    "@types/mocha": ">=10.0.0",
    "@types/node": ">=18.0.0",
    "@types/tough-cookie": ">=4.0.0",
    "mocha": ">=10.0.0",
    "tough-cookie": ">=4.0.0"
  }
}
