crowdin-auto-translation
Version:
automatic translating by crowdin and your specific config file
28 lines (27 loc) • 563 B
JSON
{
"name": "crowdin-auto-translation",
"version": "3.0.0",
"description": "automatic translating by crowdin and your specific config file",
"keywords": [
"crowdin",
"automatic translation"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "colabread",
"license": "ISC",
"dependencies": {
"@crowdin/crowdin-api-client": "^1.19.2",
"adm-zip": "^0.5.10",
"commander": "^9.4.1"
},
"bin": {
"catr": "./index.js"
},
"files": [
"src",
"index.js"
]
}