{
  "name": "vue-i18n-code-shift",
  "version": "1.0.1",
  "description": "vue 项目国际化全流程解决方案: 一个命令行工具，对代码里的中文文案一键完成提取、替换、翻译、导入、导出等，告别手动操作",
  "main": "src/index.js",
  "repository": "git@github.com:jonjia/vue-i18n-code-shift.git",
  "author": "jonjia <jiawenhuiwar3@163.com>",
  "license": "MIT",
  "keywords": [
    "vue",
    "i18n",
    "codemod",
    "codeshift",
    "tool"
  ],
  "bin": {
    "vics": "src/index.js"
  },
  "bugs": {
    "url": "https://github.com/jonjia/vue-i18n-code-shift/issues"
  },
  "homepage": "https://github.com/jonjia/vue-i18n-code-shift",
  "dependencies": {
    "axios": "^0.21.1",
    "chalk": "^4.1.1",
    "commander": "^7.2.0",
    "eslint": "^7.26.0",
    "fs-extra": "^10.0.0",
    "inquirer": "^8.0.0",
    "lodash": "^4.17.21",
    "node-xlsx": "^0.16.1",
    "ora": "^5.4.0",
    "prettier": "^2.3.0",
    "randomstring": "^1.2.1",
    "slash2": "^2.0.0",
    "typescript": "^4.2.4",
    "vue-template-compiler": "^2.6.12"
  }
}
