voerka-i18n/packages/cli/package.json
2023-03-28 16:33:37 +08:00

53 lines
1.6 KiB
JSON

{
"name": "@voerkai18n/cli",
"version": "1.0.67",
"description": "命令行工具,用来初始化/提取/编译/自动翻译等工具链",
"main": "index.js",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
"repository": {
"type": "git",
"url": "git+https://github.com/zhangfisher/voerka-i18n"
},
"keywords": [
"i18n",
"language",
"translation",
"internationalize"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"extract": "node ./index.js extract -D -e templates/** ",
"compile": "node ./index.js compile -m cjs",
"compile:en": "cross-env LANGUAGE=en node ./index.js compile -d",
"build": "node ./index.js compile -m cjs",
"release": "pnpm autopublish"
},
"author": "wxzhang",
"license": "MIT",
"bin": {
"voerkai18n": "./index.js"
},
"dependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@voerkai18n/runtime": "workspace:latest",
"@voerkai18n/utils": "workspace:latest",
"art-template": "^4.13.2",
"axios": "^0.26.1",
"commander": "^9.0.0",
"cross-env": "^7.0.3",
"deepmerge": "^4.2.2",
"fs-extra": "^10.0.1",
"glob": "^7.2.0",
"gulp": "^4.0.2",
"logsets": "^1.0.42",
"md5": "^2.3.0",
"qs": "^6.10.3",
"semver": "^7.3.7",
"shelljs": "^0.8.5",
"string.prototype.replaceall": "^1.0.7",
"through2": "^4.0.2",
"vinyl": "^2.2.1"
},
"lastPublish": "2023-03-28T16:33:36+08:00"
}