1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-14 11:23:46 +02:00
OpenIntegrations/service/project.json

18 lines
523 B
JSON
Raw Normal View History

{
"version": "1.13.0",
"root": "./src/",
"mainLang": "ru",
"packageSrc": "OInt/",
"configurationSrc": "OPI/src/",
"dictionariesSrc": "./service/dictionaries/",
"workflowsSrc": "./.github/workflows/",
"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"
]
}