1 Star 0 Fork 0

leiminchn/mediasoup-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.28 KB
一键复制 编辑 原始数据 按行查看 历史
Iñaki Baz Castillo 提交于 2024-02-29 12:31 . 3.7.6
{
"name": "mediasoup-client",
"version": "3.7.6",
"description": "mediasoup client side TypeScript library",
"contributors": [
"Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)",
"José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)"
],
"license": "ISC",
"homepage": "https://mediasoup.org",
"repository": {
"type": "git",
"url": "git+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.mjs",
"lib"
],
"engines": {
"node": ">=16"
},
"keywords": [
"webrtc",
"ortc",
"browser",
"nodejs"
],
"scripts": {
"prepare": "node npm-scripts.mjs prepare",
"typescript:build": "node npm-scripts.mjs typescript:build",
"typescript:watch": "node npm-scripts.mjs typescript:watch",
"lint": "node npm-scripts.mjs lint",
"format": "node npm-scripts.mjs format",
"test": "node npm-scripts.mjs test",
"coverage": "node npm-scripts.mjs coverage",
"release:check": "node npm-scripts.mjs release:check",
"release": "node npm-scripts.mjs release"
},
"jest": {
"verbose": true,
"testEnvironment": "node",
"testRegex": "src/test/test.*\\.ts",
"transform": {
"^.*\\.ts$": [
"ts-jest",
{
"diagnostics": {
"ignoreCodes": [
"TS151001"
]
}
}
]
},
"coveragePathIgnorePatterns": [
"src/test"
],
"cacheDirectory": ".cache/jest"
},
"dependencies": {
"@types/debug": "^4.1.12",
"awaitqueue": "^3.0.2",
"debug": "^4.3.4",
"events": "^3.3.0",
"fake-mediastreamtrack": "^1.2.0",
"h264-profile-level-id": "^2.0.0",
"queue-microtask": "^1.2.3",
"sdp-transform": "^2.14.2",
"supports-color": "^9.4.0",
"ua-parser-js": "^1.0.37"
},
"devDependencies": {
"@types/events": "^3.0.3",
"@types/jest": "^29.5.12",
"@types/sdp-transform": "^2.4.9",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"open-cli": "^8.0.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/leiminchn/mediasoup-client.git
git@gitee.com:leiminchn/mediasoup-client.git
leiminchn
mediasoup-client
mediasoup-client
v3

搜索帮助