{
  "name": "@gotoeasy/rpose-cli",
  "version": "0.0.17",
  "main": "index.js",
  "dependencies": {
    "@gotoeasy/rpose": "~0.0",
    "commander": "*",
    "chalk": "*",
    "inquirer": "*"
  },
  "devDependencies": {
    "@gotoeasy/rpose": "*",
    "commander": "*",
    "chalk": "*",
    "inquirer": "*"
  },
  "bin": {
    "rpose": "bin/rpose",
    "rp": "bin/rpose"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "description": "rpose-cli",
  "keywords": [
    "rpose",
    "rpose-cli"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gotoeasy/npm-packages.git"
  },
  "homepage": "https://github.com/gotoeasy/npm-packages/blob/master/rpose-cli/README.md",
  "bugs": {
    "url": "https://github.com/gotoeasy/npm-packages/issues"
  },
  "author": {
    "name": "青松",
    "email": "gotoeasy@163.com"
  },
  "license": "MIT"
}