DigiComp.FlowTranslationEnd.../Resources/Private/JavaScriptModules/flow-translation-endpoint/package.json
Ferdinand Kuhl 68c6d16232
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/functional-tests/3 Pipeline was successful
ci/woodpecker/push/functional-tests/1 Pipeline was successful
ci/woodpecker/push/functional-tests/2 Pipeline was successful
ci/woodpecker/push/functional-tests/4 Pipeline was successful
adding javascript module to connect the frontend to the translation endpoint
2024-07-02 17:05:54 +02:00

13 lines
309 B
JSON

{
"name": "@digicomp/flow-translation-endpoint",
"description": "Connect to Flow's merged and parsed xliff contents",
"main": "translate.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"i18n"
],
"author": "Ferdinand Kuhl",
"license": "MIT"
}