2 Star 0 Fork 0

muc/mediasoup

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.31 KB
一键复制 编辑 原始数据 按行查看 历史
José Luis Millán 提交于 2021-05-03 13:40 . 3.7.5
{
"name": "mediasoup",
"version": "3.7.5",
"description": "Cutting Edge WebRTC Video Conferencing",
"contributors": [
"Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)",
"José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)"
],
"homepage": "https://mediasoup.org",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/versatica/mediasoup.git"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mediasoup"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [
"webrtc",
"ortc",
"sfu",
"nodejs"
],
"engines": {
"node": ">=10"
},
"scripts": {
"typescript:build": "node npm-scripts.js typescript:build",
"typescript:watch": "node npm-scripts.js typescript:watch",
"lint": "npm run lint:node && npm run lint:worker",
"lint:node": "node npm-scripts.js lint:node",
"lint:worker": "node npm-scripts.js lint:worker",
"format:worker": "node npm-scripts.js format:worker",
"test": "npm run test:node && npm run test:worker",
"test:node": "npm run postinstall && node npm-scripts.js test:node",
"test:worker": "node npm-scripts.js test:worker",
"coverage": "npm run postinstall && node npm-scripts.js coverage",
"postinstall": "node npm-scripts.js postinstall",
"release": "node npm-scripts.js release"
},
"jest": {
"verbose": true,
"testEnvironment": "node",
"testRegex": "test/test.*\\.js"
},
"dependencies": {
"@types/node": "^14.14.43",
"awaitqueue": "^2.3.3",
"debug": "^4.3.1",
"h264-profile-level-id": "^1.0.1",
"netstring": "^0.3.0",
"random-number": "^0.0.9",
"supports-color": "^8.1.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/random-number": "0.0.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"cross-env": "^7.0.3",
"eslint": "^7.25.0",
"eslint-plugin-jest": "^24.3.6",
"gulp": "^4.0.2",
"gulp-clang-format": "^1.0.27",
"jest": "^26.6.3",
"jest-tobetype": "^1.2.3",
"open-cli": "^6.0.1",
"sctp": "^1.0.0",
"tsc-watch": "^4.2.9",
"typescript": "~3.8.3"
},
"optionalDependencies": {
"clang-tools-prebuilt": "^0.1.4"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hqqshe/mediasoup.git
git@gitee.com:hqqshe/mediasoup.git
hqqshe
mediasoup
mediasoup
bwe

搜索帮助

D67c1975 1850385 1daf7b77 1850385