1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-24 00:01:24 +02:00
Files
OpenIntegrations/service/project.json
2025-07-06 01:01:25 +03:00

20 lines
572 B
JSON
Vendored

{
"version": "1.26.0",
"root": "./src/",
"mainLang": "ru",
"packageSrc": "OInt/",
"configurationSrc": "OPI/src/",
"dictionariesSrc": "./service/dictionaries/",
"workflowsSrc": "./.github/workflows/",
"jenkinsSrc": "./ci/",
"locVarsSrc": "./service/localization_vars/",
"paramsExamplesSrc": "./service/params_examples/",
"codeExamplesSrc": "./docs/ru/examples/",
"testValuesSrc": "./docs/ru/data/",
"testsModule": "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os",
"engineLinux": "C:/engine/linux",
"engineWindows": "C:/engine/windows",
"additionalLangs": [
"en"
]
}