feat:完善项目

This commit is contained in:
henry
2021-11-04 15:30:10 +08:00
parent 153df336b8
commit 0b41c97899
6 changed files with 157 additions and 13 deletions

58
package.json Normal file
View File

@ -0,0 +1,58 @@
{
"name": "armedpolice",
"version": "1.0.0",
"description": "ArmedPolice 武警ERP",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.ipeace.org.cn/GolangCoding/ArmedPolice.git"
},
"author": "Henry",
"license": "ISC",
"apidoc": {
"name": "Tenant",
"title": "TenantAPI",
"description": "Tenant多租户管理-让用户更加紧密",
"url": "http://192.168.0.153:9000",
"sampleUrl": "http://192.168.0.153:9000",
"order": [
"Account",
"User",
"Menu",
"Role",
"Captcha",
"Upload",
"Manage"
]
},
"pack": [
{
"name": "ArmedPoliceServer-Window",
"format": "zip",
"pattern": "{Serve.exe,config.yaml,keys/*,file/*,start.sh,stop.sh}",
"options": {
"dot": true,
"ignore": [
"*.log"
]
}
},
{
"name": "ArmedPoliceServer-Linux",
"format": "tar",
"pattern": "{SciencesServer,config.yaml,keys/*,file/*,start.sh,stop.sh}",
"options": {
"dot": true,
"ignore": [
"*.log"
]
}
}
]
}