将 web-server 和 game-server 中的公共文件改为链接

This commit is contained in:
liangtongchuan
2020-09-10 17:20:27 +08:00
parent f8ac401c67
commit dbff02f5a6
32 changed files with 126 additions and 861 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "zyz_server",
"version": "1.0.0",
"description": "- 安装 ts 环境 `npm install -g tsc ts-node typescript` - 安装 pinus `npm install -g pinus`",
"main": "index.js",
"dependencies": {
"@typegoose/typegoose": "^7.3.5",
"@types/mongoose": "^5.7.36",
"moment": "^2.27.0",
"mongoose": "^5.10.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitlab.trgame.cn/zyztech/zyz_server.git"
},
"author": "",
"license": "ISC"
}