UNPKG

@voerkai18n/cli

Version:

命令行工具,用来初始化/提取/编译/自动翻译等工具链

60 lines (59 loc) 1.6 kB
{ "name": "@voerkai18n/cli", "version": "3.1.0", "description": "命令行工具,用来初始化/提取/编译/自动翻译等工具链", "main": "src/index.js", "homepage": "https://gitee.com/zhangfisher/voerka-i18n", "repository": { "type": "git", "url": "https://github.com/zhangfisher/voerka-i18n.git" }, "keywords": [ "voerkai18n", "i18n", "language", "translation", "internationalize" ], "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" }, "author": "wxzhang", "license": "MIT", "bin": { "voerkai18n": "./src/index.js" }, "dependencies": { "@voerkai18n/formatters": "^3.0.22", "@voerkai18n/runtime": "^3.0.22", "@voerkai18n/utils": "^3.0.22", "axios": "^1.8.3", "bcp47-language-tags": "^1.1.0", "deepmerge": "^4.2.2", "fast-glob": "^3.3.3", "flex-tools": "^1.5.9", "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" }, "devDependencies": { "cross-env": "^7.0.3", "tslib": "^2.8.1", "tsx": "^4.19.2" }, "bugs": { "url": "https://github.com/zhangfisher/voerka-i18n/issues" } }