4 Star 40 Fork 23

sli97/mmorpg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
sli97 提交于 2023-08-25 22:46 . fix: 调整自动化脚本
{
"name": "mmo",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"common": "yarn workspace @mmo/server common",
"start": "yarn workspace @mmo/server start",
"deploy": "yarn workspace @mmo/server deploy",
"test": "yarn workspace @mmo/server test"
},
"workspaces": [
"apps/client",
"apps/server"
],
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@grpc/grpc-js": "^1.8.14",
"@grpc/proto-loader": "^0.7.6",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"chalk": "^4.1.2",
"concurrently": "^8.0.1",
"cors": "^2.8.5",
"dayjs": "^1.11.9",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"google-protobuf": "^3.21.2",
"grpc-tools": "~1.11.3",
"grpc_tools_node_protoc_ts": "^5.3.3",
"jsencrypt": "^3.3.2",
"mkdirp": "^3.0.0",
"mysql": "^2.18.1",
"node-fetch": "^3.3.2",
"node-jsencrypt": "^1.0.0",
"protobufjs-cli": "^1.1.1",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"uuid": "^9.0.0",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/mysql": "^2.15.21",
"@types/node": "^18.11.7",
"@types/sqlstring": "^2.3.0",
"@types/uuid": "^9.0.1",
"@types/ws": "^8.5.4",
"eslint": "^8.26.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sli97/mmorpg.git
git@gitee.com:sli97/mmorpg.git
sli97
mmorpg
mmorpg
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385