1 Star 0 Fork 0

Bryan-choo / UnityStreamingWebApp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
chuchengwei 提交于 2023-11-15 13:54 . 'init'
{
"name": "webserver",
"version": "3.1.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "jest --colors test/*.ts",
"newman": "newman run test/renderstreaming.postman_collection.json",
"start": "node ./build/index.js",
"dev": "ts-node ./src/index.ts",
"lint": "eslint src/**/*.ts test/**/*.ts",
"pack": "pkg ."
},
"dependencies": {
"@types/express": "^4.17.13",
"@types/node": "^18.7.15",
"@types/ws": "^8.5.3",
"cors": "^2.8.5",
"debug": "~4.3.4",
"express": "~4.18.1",
"morgan": "^1.10.0",
"uuid": "^9.0.0",
"ws": "^8.8.1"
},
"devDependencies": {
"@jest-mock/express": "^2.0.1",
"@types/jest": "^29.0.2",
"@types/morgan": "^1.9.3",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "^8.23.0",
"eslint-plugin-jest": "^27.0.1",
"jest": "^29.0.2",
"jest-websocket-mock": "^2.4.0",
"mock-socket": "^9.1.5",
"newman": "^5.3.2",
"pkg": "^5.8.0",
"ts-jest": "^29.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
},
"bin": {
"webserver": "build/index.js"
},
"pkg": {
"assets": [
"client/public/**/*",
"client/src/**/*"
],
"targets": [
"node10"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bychooo/unity-streaming-webapp.git
git@gitee.com:bychooo/unity-streaming-webapp.git
bychooo
unity-streaming-webapp
UnityStreamingWebApp
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891