1 Star 0 Fork 0

大熊 / mediasoup

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.70 KB
一键复制 编辑 原始数据 按行查看 历史
Iñaki Baz Castillo 提交于 2022-07-18 19:12 . 3.10.4
{
"name": "mediasoup",
"version": "3.10.4",
"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)",
"Nazar Mokynskyi (https://github.com/nazar-pc)"
],
"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": "node/lib/index.js",
"types": "node/lib/index.d.ts",
"files": [
"node/lib",
"worker/deps/libwebrtc",
"worker/fuzzer/include",
"worker/fuzzer/src",
"worker/include",
"worker/scripts/*.py",
"worker/scripts/*.sh",
"worker/scripts/*.js",
"worker/scripts/*.json",
"worker/src",
"worker/subprojects/*.wrap",
"worker/test/include",
"worker/test/src",
"worker/Makefile",
"worker/meson.build",
"worker/meson_options.txt",
"npm-scripts.js"
],
"keywords": [
"webrtc",
"ortc",
"sfu",
"nodejs"
],
"engines": {
"node": ">=12"
},
"scripts": {
"install-clang-tools": "node npm-scripts.js install-clang-tools",
"typescript:build": "node npm-scripts.js typescript:build",
"typescript:watch": "node npm-scripts.js typescript:watch",
"worker:build": "node npm-scripts.js worker:build",
"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 worker:build && node npm-scripts.js test:node",
"test:worker": "node npm-scripts.js test:worker",
"coverage": "npm run worker:build && node npm-scripts.js coverage",
"postinstall": "node npm-scripts.js postinstall",
"release": "node npm-scripts.js release"
},
"jest": {
"verbose": true,
"testEnvironment": "node",
"testRegex": "node/tests/test.*\\.js"
},
"dependencies": {
"@types/node": "^16.11.10",
"debug": "^4.3.4",
"h264-profile-level-id": "^1.0.1",
"supports-color": "^9.2.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.20.0",
"eslint-plugin-jest": "^26.6.0",
"jest": "^27.5.1",
"jest-tobetype": "^1.2.3",
"open-cli": "^7.0.1",
"pick-port": "^1.0.1",
"sctp": "^1.0.0",
"tsc-watch": "^5.0.3",
"typescript": "^4.7.4"
}
}
Rust
1
https://gitee.com/yumin11522/mediasoup.git
git@gitee.com:yumin11522/mediasoup.git
yumin11522
mediasoup
mediasoup
v3

搜索帮助