lingohub-api-simple-client
Version:
Client for the LingoHub REST API to upload and download translations
29 lines (28 loc) • 632 B
JSON
{
"name": "lingohub-api-simple-client",
"version": "1.1.1",
"description": "Client for the LingoHub REST API to upload and download translations",
"main": "./src/index.js",
"bin": {
"lasc": "./bin/index.js"
},
"repository": {
"type": "git",
"url": " git@github.com:openforce/lingohub-client.git"
},
"keywords": [
"lingohub",
"translation",
"management",
"cli",
"android",
"react-intl"
],
"author": "Severin Burgstaller <Severin.Burgstaller@openforce.com>",
"license": "MIT",
"dependencies": {
"args": "^5.0.3",
"axios": "^1.6.8",
"form-data": "^4.0.1"
}
}