51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"name": "@voerkai18n/cli",
|
|
"version": "1.0.52",
|
|
"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.21",
|
|
"md5": "^2.3.0",
|
|
"qs": "^6.10.3",
|
|
"shelljs": "^0.8.5",
|
|
"through2": "^4.0.2",
|
|
"vinyl": "^2.2.1"
|
|
},
|
|
"lastPublish": "2023-01-28T15:29:04+08:00"
|
|
} |