@voerkai18n/cli
Version:
命令行工具,用来初始化/提取/编译/自动翻译等工具链
56 lines • 1.52 kB
JSON
{
"name": "@voerkai18n/cli",
"version": "3.0.14",
"description": "命令行工具,用来初始化/提取/编译/自动翻译等工具链",
"main": "src/index.js",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
"repository": {
"type": "git",
"url": "git+https://github.com/zhangfisher/voerka-i18n"
},
"keywords": [
"voerkai18n",
"i18n",
"language",
"translation",
"internationalize"
],
"author": "wxzhang",
"license": "MIT",
"bin": {
"voerkai18n": "./src/index.js"
},
"dependencies": {
"axios": "^1.8.3",
"bcp47-language-tags": "^1.1.0",
"deepmerge": "^4.2.2",
"fast-glob": "^3.3.3",
"flex-tools": "^1.4.41",
"fs-extra": "^10.0.1",
"lcid": "^4.0.1",
"logsets": "^1.3.31",
"md5": "^2.3.0",
"mixcli": "^3.2.10",
"node-html-parser": "^7.0.1",
"qs": "^6.10.3",
"semver": "^7.3.7",
"shelljs": "^0.8.5",
"string.prototype.replaceall": "^1.0.7",
"@voerkai18n/formatters": "^3.0.14",
"@voerkai18n/runtime": "^3.0.14",
"@voerkai18n/utils": "^3.0.14"
},
"devDependencies": {
"cross-env": "^7.0.3",
"tslib": "^2.8.1",
"tsx": "^4.19.2"
},
"scripts": {
"cli": "node src/index.js --",
"i18n:init": "node src/index.js init",
"i18n:extract": "node src/index.js extract",
"i18n:translate": "node src/index.js translate --api qwen",
"i18n:compile": "node src/index.js compile",
"extract:en": "cross-env LANGUAGE=en-US node src/index.js extract"
}
}