Files
ArmedPolice/package.json
2021-11-15 17:32:23 +08:00

60 lines
1.2 KiB
JSON

{
"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": "ArmedPolice",
"title": "ArmedPoliceAPI",
"description": "话不多说,请看接口,看不懂,自己想办法",
"url": "http://127.0.0.1:8010",
"sampleUrl": "http://127.0.0.1:8010",
"order": [
"Account",
"Captcha",
"Upload",
"Config",
"User",
"Menu",
"Role",
"Manage"
]
},
"pack": [
{
"name": "ArmedPoliceServer-Window",
"format": "zip",
"pattern": "{ArmedPolice.exe,config.yaml,keys/*,json/*,server.sh}",
"options": {
"dot": true,
"ignore": [
"*.log"
]
}
},
{
"name": "ArmedPoliceServer-Linux",
"format": "tar",
"pattern": "{ArmedPolice,config.yaml,keys/*,json/*,server.sh}",
"options": {
"dot": true,
"ignore": [
"*.log"
]
}
}
]
}