UNPKG

janode

Version:

Meetecho adapter for the Janus WebRTC Server

59 lines (58 loc) 1.4 kB
{ "name": "janode", "description": "Meetecho adapter for the Janus WebRTC Server", "version": "1.7.5", "type": "module", "keywords": [ "janus", "webrtc", "sfu", "meetecho", "nodejs" ], "author": { "name": "Alessandro Toppi", "email": "atoppi@meetecho.com" }, "repository": { "type": "git", "url": "git+https://github.com/meetecho/janode.git" }, "bugs": { "url": "https://github.com/meetecho/janode/issues" }, "license": "ISC", "main": "./src/janode.js", "exports": { ".": "./src/janode.js", "./plugins/audiobridge": "./src/plugins/audiobridge-plugin.js", "./plugins/echotest": "./src/plugins/echotest-plugin.js", "./plugins/streaming": "./src/plugins/streaming-plugin.js", "./plugins/videoroom": "./src/plugins/videoroom-plugin.js" }, "files": [ "src/*.js", "src/utils/*.js", "src/plugins/*.js" ], "dependencies": { "isomorphic-ws": "^4.0.1", "unix-dgram": "^2.0.4", "ws": "^8.0.0" }, "devDependencies": { "@eslint/js": "^9.4.0", "clean-jsdoc-theme": "^4.3.0", "eslint": "^9.4.0", "globals": "^15.4.0", "jsdoc": "^4.0.4" }, "engines": { "node": " >=18.18.0" }, "scripts": { "build": "npm install --omit=dev", "lint": "npx eslint --debug", "build-docs": "rm -rf ./docs && npx jsdoc -c ./jsdoc.json --destination ./docs ./src" } }