{
  "name": "@rpose/cli",
  "version": "0.9.1",
  "main": "index.js",
  "dependencies": {
    "@rpose/compiler": "0.9.*",
    "commander": "2.19.*",
    "chalk": "2.4.*",
    "inquirer": "6.2.*"
  },
  "bin": {
    "rpose": "bin/rpose"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "description": "rpose命令行工具",
  "keywords": [
    "gotoeasy",
    "rpose",
    "rpose-cli"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gotoeasy/rpose.git"
  },
  "homepage": "https://github.com/gotoeasy/rpose/blob/master/cli/README.md",
  "bugs": {
    "url": "https://github.com/gotoeasy/rpose/issues"
  },
  "author": {
    "name": "青松",
    "email": "gotoeasy@163.com"
  },
  "license": "MIT"
}