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
13 lines
309 B
JSON
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"
|
|
}
|