1 Star 0 Fork 0

imsgy/mediasoup-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.28 KB
一键复制 编辑 原始数据 按行查看 历史
Iñaki Baz Castillo 提交于 2023-03-20 17:24 . Update deps
{
"name": "mediasoup-client",
"version": "3.6.82",
"description": "mediasoup client side JavaScript library",
"contributors": [
"Iñaki Baz Castillo <[email protected]> (https://inakibaz.me)",
"José Luis Millán <[email protected]> (https://github.com/jmillan)"
],
"homepage": "https://mediasoup.org",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/versatica/mediasoup-client.git"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mediasoup"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"npm-scripts.js",
"lib"
],
"keywords": [
"webrtc",
"ortc",
"browser",
"nodejs"
],
"engines": {
"node": ">=14"
},
"scripts": {
"prepare": "node npm-scripts.js prepare",
"typescript:build": "node npm-scripts.js typescript:build",
"typescript:watch": "node npm-scripts.js typescript:watch",
"lint": "node npm-scripts.js lint",
"test": "node npm-scripts.js test",
"coverage": "node npm-scripts.js coverage",
"install-deps": "node npm-scripts.js install-deps",
"release:check": "node npm-scripts.js release:check",
"release": "node npm-scripts.js release"
},
"jest": {
"verbose": true,
"testEnvironment": "node",
"testRegex": "src/tests/test.*\\.ts",
"transform": {
"^.*\\.ts$": [
"ts-jest",
{
"diagnostics": {
"ignoreCodes": [
"TS151001"
]
}
}
]
},
"cacheDirectory": ".cache/jest"
},
"dependencies": {
"@types/debug": "^4.1.7",
"awaitqueue": "^3.0.1",
"bowser": "^2.11.0",
"debug": "^4.3.4",
"events": "^3.3.0",
"fake-mediastreamtrack": "^1.1.6",
"h264-profile-level-id": "^1.0.1",
"queue-microtask": "^1.2.3",
"sdp-transform": "^2.14.1",
"supports-color": "^9.3.1"
},
"devDependencies": {
"@types/events": "^3.0.0",
"@types/jest": "^29.5.0",
"@types/sdp-transform": "^2.4.6",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.5.0",
"open-cli": "^7.2.0",
"ts-jest": "^29.0.5",
"tsc-watch": "^6.0.0",
"typescript": "^4.9.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/imsgy/mediasoup-client.git
[email protected]:imsgy/mediasoup-client.git
imsgy
mediasoup-client
mediasoup-client
v3

搜索帮助