{
  "name": "i18n-extract-cli-test",
  "version": "0.0.1",
  "description": "实现中文自动替换i18n标记并翻译的命令行工具",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "it-check": "bin/index.js"
  },
  "types": "types/index.d.ts",
  "scripts": {
    "dev": "tsc --watch",
    "build": "rimraf dist && tsc --build"
  },
  "keywords": [
    "i18n",
    "intl",
    "extract",
    "intl-cli",
    "i18n-cli",
    "vue-i18n",
    "react-i18n",
    "i18n-translate",
    "auto-translate",
    "translate"
  ],
  "engines": {
    "node": ">=12"
  },
  "author": "IFreeOvO",
  "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.0.0",
    "@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",
    "htmlparser2": "^8.0.1",
    "inquirer": "8.2.5",
    "leven": "3.1.0",
    "lodash": "^4.17.21",
    "md5": "^2.3.0",
    "mustache": "^4.2.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"
  },
  "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/mustache": "^4.2.1",
    "@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",
    "rimraf": "^3.0.2"
  },
  "files": [
    "bin",
    "dist",
    "types",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/IFreeOvO/i18n-cli.git",
    "directory": "packages/i18n-extract-cli"
  },
  "bugs": {
    "url": "https://github.com/IFreeOvO/i18n-cli/issues"
  },
  "homepage": "https://github.com/IFreeOvO/i18n-cli/tree/master/packages/i18n-extract-cli"
}
