2 Star 0 Fork 0

mirrors_jitsi/rtcstats-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "rtcstats-server",
"version": "2.25.4",
"description": "The rtcstats-server represents the server side component of the rtcstats ecosystem, the client side being https://github.com/jitsi/rtcstats which collects and sends WebRTC related statistics.",
"main": "websocket.js",
"private": true,
"scripts": {
"lint:fix": "eslint --fix ./src/",
"lint": "eslint ./src/",
"integration": "node ./src/test/client.js",
"test": "NODE_ENV=production jest",
"test:fix": "jest ./src/test/jest/extract.test.js -- --fix",
"start": "NODE_ENV=production node ./src/app.js",
"watch:dev": "nodemon --exec 'NODE_ENV=debug node ./src/app.js'",
"debug": "NODE_ENV=debug node ./src/app.js",
"ndb-debug": "NODE_ENV=debug ndb ./src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jitsi/rtcstats-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jitsi/rtcstats-server/issues"
},
"homepage": "https://github.com/jitsi/rtcstats-server#readme",
"dependencies": {
"amplitude": "^4.0.1",
"aws-sdk": "^2.441.0",
"axios": "^1.2.0",
"config": "^1.17.1",
"dynamoose": "^2.5.0",
"get-folder-size": "^2.0.1",
"JSONStream": "^1.3.5",
"jsonwebtoken": "^8.5.1",
"object-sizeof": "^1.6.1",
"platform": "^1.3.6",
"prom-client": "^11.3.0",
"sdp": "^3.0.3",
"ua-parser-js": "^1.0.36",
"uuid": "^8.3.2",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.4.2",
"ws": "^8.6.0"
},
"devDependencies": {
"@jitsi/eslint-config": "^4.0.0",
"eslint-plugin-import": "^2.25.3",
"jest": "^28.0.1",
"line-by-line": "^0.1.6",
"nodemon": "^2.0.2"
},
"keywords": []
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_jitsi/rtcstats-server.git
[email protected]:mirrors_jitsi/rtcstats-server.git
mirrors_jitsi
rtcstats-server
rtcstats-server
master

搜索帮助