{
  "name": "@ifreeovo/translate-utils",
  "version": "1.2.1",
  "description": "翻译工具函数，支持有道，谷歌，百度，阿里机器翻译",
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "index.d.ts",
  "keywords": [
    "translate"
  ],
  "author": "IFreeOvO",
  "license": "MIT",
  "files": [
    "dist",
    "index.d.ts",
    "README.md"
  ],
  "dependencies": {
    "@alicloud/alimt20181012": "^1.3.0",
    "@alicloud/openapi-client": "^0.4.9",
    "@alicloud/tea-util": "^1.4.8",
    "@vitalets/google-translate-api": "9.0.0",
    "got": "11.8.5",
    "md5": "^2.3.0",
    "proxy-agent": "^5.0.0",
    "qs": "^6.11.0"
  },
  "devDependencies": {
    "@types/md5": "^2.3.2",
    "@types/qs": "^6.9.7",
    "rimraf": "^3.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IFreeOvO/i18n-cli.git",
    "directory": "packages/translate-utils"
  },
  "bugs": {
    "url": "https://github.com/IFreeOvO/i18n-cli/issues"
  },
  "homepage": "https://github.com/IFreeOvO/i18n-cli/tree/master/packages/translate-utils",
  "scripts": {
    "dev:cjs": "tsc --watch -p ./tsconfig.cjs.json",
    "dev:esm": "tsc --watch -p ./tsconfig.esm.json",
    "build": "rimraf dist && tsc --build ./tsconfig.cjs.json && tsc --build ./tsconfig.esm.json"
  }
}