i18-fe-automator
Version:
前端代码提取中文并替换成$t函数
107 lines (106 loc) • 2.98 kB
JSON
{
"name": "i18-fe-automator",
"version": "0.0.18",
"description": "前端代码提取中文并替换成$t函数",
"publishConfig": {
"access": "public"
},
"bin": {
"fe-it": "bin/index.js"
},
"types": "types/index.d.ts",
"scripts": {
"dev": "tsc --watch",
"build": "rimraf dist && tsc --build",
"pw": "npm publish && node publish-webhook.js",
"t1": "node bin/index.js -i ../../examples/vue --skip-translate true",
"t2": "node bin/index.js -i ../../examples/vue"
},
"keywords": [
"i18n",
"intl",
"extract",
"intl-cli",
"i18n-cli",
"vue-i18n",
"react-i18n",
"i18n-translate",
"auto-translate",
"translate"
],
"engines": {
"node": ">=12"
},
"author": "tiandaoyi",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.20.2",
"@babel/generator": "^7.20.0",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-syntax-async-generators": "^7.8.4",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-decorators": "^7.19.0",
"@babel/plugin-syntax-do-expressions": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-export-extensions": "7.0.0-beta.32",
"@babel/plugin-syntax-function-bind": "^7.18.6",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/preset-typescript": "^7.18.6",
"@babel/template": "^7.18.10",
"@babel/traverse": "^7.20.0",
"@babel/types": "^7.20.0",
"@ifreeovo/translate-utils": "^1.1.0",
"@types/uuid": "^9.0.4",
"@vitalets/google-translate-api": "9.0.0",
"@vue/compiler-sfc": "^3.2.39",
"chalk": "4.1.2",
"cli-progress": "^3.11.2",
"commander": "^9.4.1",
"ejs": "^3.1.8",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"got": "11.8.5",
"htmlparser2": "^8.0.1",
"inquirer": "8.2.5",
"leven": "3.1.0",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"minimist": "^1.2.8",
"node-xlsx": "^0.21.0",
"prettier": "^2.7.1",
"proxy-agent": "^5.0.0",
"qs": "^6.11.0",
"semver": "^7.3.8",
"serialize-javascript": "^6.0.0",
"slash": "3.0.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/babel__core": "^7.1.20",
"@types/babel__generator": "^7.6.4",
"@types/babel__template": "^7.4.1",
"@types/babel__traverse": "^7.18.2",
"@types/cli-progress": "^3.11.0",
"@types/ejs": "^3.1.1",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^8.0.0",
"@types/inquirer": "^9.0.3",
"@types/lodash": "^4.14.188",
"@types/md5": "^2.3.2",
"@types/minimist": "^1.2.2",
"@types/node-fetch": "^2.6.2",
"@types/prettier": "^2.7.1",
"@types/qs": "^6.9.7",
"@types/semver": "^7.3.13",
"@types/serialize-javascript": "^5.0.2",
"axios": "^1.6.2",
"rimraf": "^3.0.2"
},
"files": [
"bin",
"dist",
"types",
"README.md"
]
}