1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-21 17:56:56 +02:00
OpenIntegrations/service/project.json
2024-11-15 13:12:57 +03:00

19 lines
546 B
JSON

{
"version": "1.16.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",
"testsCheckFile": "./service/tests_set.json",
"additionalLangs": [
"en"
]
}