mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
23 lines
497 B
JSON
23 lines
497 B
JSON
{
|
|
"documentation": "/tg/station server 3 configuration file",
|
|
"changelog": {
|
|
"script": "tools/ss13_genchangelog.py",
|
|
"arguments": "html/changelog.html html/changelogs",
|
|
"pip_dependancies": [
|
|
"PyYaml",
|
|
"beautifulsoup4"
|
|
]
|
|
},
|
|
"synchronize_paths": [
|
|
"html/changelog.html",
|
|
"html/changelogs/*"
|
|
],
|
|
"static_directories": [
|
|
"config",
|
|
"data"
|
|
],
|
|
"dlls": [
|
|
"libmariadb.dll"
|
|
]
|
|
}
|