{
  "name": "@mozheng-neal/github_cli",
  "version": "1.0.9",
  "description": "github的命令行操作工具",
  "scripts": {
    "test": "jest --watch",
    "build": "./node_modules/.bin/tsc",
    "watch": "./node_modules/.bin/tsc -w",
    "clean": "rm -rf bin lib",
    "prepublish": "npm run clean && npm run build"
  },
  "bin": {
    "gh": "./bin/index.js",
    "gh_rs": "./bin/github_repos.js",
    "gh_iu": "./bin/github_issues.js",
    "gh_pr": "./bin/github_pullrequest.js",
    "gh_rt": "./bin/github_reaction.js",
    "gh_us": "./bin/github_users.js",
    "gh_sr": "./bin/github_search.js"
  },
  "dependencies": {
    "axios": "^0.17.1",
    "chalk": "^2.3.1",
    "cli-progress": "^1.7.0",
    "commander": "^2.14.1",
    "hyperlinker": "^1.0.0",
    "node-emoji": "^1.8.1",
    "ora": "^1.4.0",
    "request-promise": "^4.2.2",
    "stringz": "^0.4.0",
    "supports-hyperlinks": "^1.0.1",
    "update-notifier": "^2.3.0",
    "wide-align": "^1.1.2",
    "cfonts": "^1.1.3",
    "cli-table2": "^0.2.0",
    "inquirer": "^4.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NealST/github-cli.git"
  },
  "keywords": [
    "github",
    "cli"
  ],
  "author": "mozheng-neal",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/NealST/github-cli/issues"
  },
  "homepage": "https://github.com/NealST/github-cli#readme",
  "devDependencies": {
    "@types/chalk": "^2.2.0",
    "@types/cli-table2": "^0.2.1",
    "@types/commander": "^2.12.2",
    "@types/inquirer": "0.0.36",
    "@types/node": "^8.9.4",
    "@types/ora": "^1.3.2",
    "@types/update-notifier": "^2.0.0",
    "@types/node-emoji": "^1.8.0",
    "jest": "^22.4.2",
    "tslint": "^5.9.1",
    "typescript": "^2.7.2",
    "webpack": "^3.11.0"
  }
}
