2021-09-28 11:47:19 +08:00
|
|
|
{
|
|
|
|
"name": "TenantBasicServe",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "多租户基本管理",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.ipeace.org.cn/GolangCoding/TenantBasicServe.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"IOT",
|
|
|
|
"IOTServe"
|
|
|
|
],
|
|
|
|
"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", "Tenant", "Menu","Auth", "User", "Role", "Device", "Upload"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"pack": [
|
|
|
|
{
|
|
|
|
"name": "BaiscServer-Window",
|
|
|
|
"format": "zip",
|
2022-02-08 16:11:59 +08:00
|
|
|
"pattern": "{SciencesServe.exe,default_setting.yaml,default_engine.yaml,keys/*,file/*,server.sh}",
|
2021-09-28 11:47:19 +08:00
|
|
|
"options": {
|
|
|
|
"dot": true,
|
|
|
|
"ignore": [
|
|
|
|
"*.log"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "BaiscServer-Linux",
|
|
|
|
"format": "tar",
|
2022-02-08 16:11:59 +08:00
|
|
|
"pattern": "{SciencesServer,default_setting.yaml,default_engine.yaml,keys/*,file/*,Dockerfile,server.sh}",
|
2021-09-28 11:47:19 +08:00
|
|
|
"options": {
|
|
|
|
"dot": true,
|
|
|
|
"ignore": [
|
|
|
|
"*.log"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|