{
  "name": "kiwi-cli-base",
  "version": "1.0.25",
  "description": "a cli for kiwi",
  "main": "dist/index.js",
  "scripts": {
    "dev": "tsc --watch",
    "kiwi": "node ./dist/index.js --extract ./test.ts ",
    "prepublish": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/qiphon/kiwi.git"
  },
  "keywords": [
    "cli",
    "kiwi",
    "i18n"
  ],
  "bin": {
    "kiwi": "dist/index.js"
  },
  "author": "linhuiw",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/qiphon/kiwi/issues"
  },
  "homepage": "https://github.com/qiphon/kiwi#readme",
  "dependencies": {
    "@angular/compiler": "^7.2.0",
    "@babel/core": "^7.5.5",
    "@types/commander": "^2.12.2",
    "@types/lodash": "^4.14.119",
    "@types/node": "^10.12.14",
    "baidu-translate": "^1.1.0",
    "colors": "^1.4.0",
    "commander": "^2.19.0",
    "d3-dsv": "^1.0.10",
    "fs-extra": "^7.0.1",
    "globby": "^7.1.1",
    "google-translate": "^3.0.0",
    "inquirer": "^5.2.0",
    "lodash": "^4.17.11",
    "ora": "^3.0.0",
    "pinyin-pro": "^3.3.1",
    "prettier": "^1.16.4",
    "randomstring": "^1.1.5",
    "request": "^2.88.2",
    "slash2": "^2.0.0",
    "translate-api": "^0.3.18",
    "ts-node": "10",
    "typescript": "4",
    "vue-template-compiler": "^2.6.11"
  }
}
