{
  "name": "ep_webrtc",
  "homepage": "https://github.com/ether/ep_webrtc#readme",
  "repository": {
    "url": "git@github.com:ether/ep_webrtc.git",
    "type": "git"
  },
  "version": "2.5.49",
  "description": "WebRTC based audio/video chat to Etherpad",
  "author": "John McLear <john@mclear.co.uk>",
  "contributors": [],
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "abort-controller": "^3.0.0",
    "ep_plugin_helpers": "^0.6.7",
    "lodash": "^4.18.1",
    "node-fetch": "^3.3.2",
    "webrtc-adapter": "^9.0.6"
  },
  "funding": {
    "type": "individual",
    "url": "https://etherpad.org/"
  },
  "devDependencies": {
    "eslint": "^8.57.1",
    "eslint-config-etherpad": "^4.0.5",
    "mocha": "^11.7.6",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "test": "mocha --recursive static/tests/backend/specs"
  }
}
