Files
ArmedPolice/package.json

60 lines
1.2 KiB
JSON
Raw Normal View History

2021-11-04 15:30:10 +08:00
{
"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": {
2021-11-04 16:44:42 +08:00
"name": "ArmedPolice",
"title": "ArmedPoliceAPI",
2021-11-04 17:48:12 +08:00
"description": "话不多说,请看接口,看不懂,自己想办法",
2021-11-04 16:44:42 +08:00
"url": "http://127.0.0.1:8010",
"sampleUrl": "http://127.0.0.1:8010",
2021-11-04 15:30:10 +08:00
"order": [
"Account",
2021-11-05 15:27:04 +08:00
"Captcha",
"Upload",
2021-11-04 16:44:42 +08:00
"Config",
2021-11-04 15:30:10 +08:00
"User",
"Menu",
"Role",
"Manage"
]
},
"pack": [
{
"name": "ArmedPoliceServer-Window",
"format": "zip",
2021-11-19 15:34:22 +08:00
"pattern": "{*.exe,config.yaml,dist/*,keys/*,json/*,README.md}",
2021-11-04 15:30:10 +08:00
"options": {
"dot": true,
"ignore": [
"*.log"
]
}
},
{
"name": "ArmedPoliceServer-Linux",
"format": "tar",
2021-11-18 18:28:34 +08:00
"pattern": "{ArmedPolice,config.yaml,dist/*,keys/*,json/*,server.sh}",
2021-11-04 15:30:10 +08:00
"options": {
"dot": true,
"ignore": [
"*.log"
]
}
}
]
}