i18n-automatically-cli
Version:
59 lines • 1.39 kB
JSON
{
"name": "i18n-automatically-cli",
"version": "1.0.10",
"description": "国际化多语言自动生成替换CLI工具",
"main": "lib/cli.js",
"bin": {
"i18n-auto": "./lib/cli.js"
},
"keywords": [
"i18n",
"internationalization",
"cli",
"vue",
"react",
"translation",
"chinese",
"多语言",
"国际化",
"i18n-auto"
],
"author": "wu529778790",
"repository": {
"type": "git",
"url": "https://github.com/wu529778790/i18n-automatically-cli"
},
"license": "MIT",
"dependencies": {
"@babel/generator": "^7.25.6",
"@babel/parser": "^7.25.6",
"@babel/traverse": "^7.25.6",
"@vitalets/google-translate-api": "^9.2.1",
"@vue/compiler-dom": "^3.5.8",
"@vue/compiler-sfc": "^3.5.6",
"axios": "^1.7.7",
"commander": "^11.1.0",
"inquirer": "^9.2.12",
"chalk": "^4.1.2",
"ora": "^5.4.1",
"md5": "^2.3.0",
"prettier": "^3.3.3"
},
"devDependencies": {},
"files": [
"lib/**/*",
"README.md",
"CHANGELOG.md"
],
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"start": "node lib/cli.js",
"test": "node tests/test-runner.js",
"test:processor": "node tests/test-runner.js",
"test:cli": "node lib/cli.js --help",
"test:batch": "node lib/cli.js batch",
"test:all": "npm run test && npm run test:cli && npm run test:batch"
}
}