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