{
  "name": "chenmo-cli-dev",
  "version": "1.0.2",
  "description": "创建项目和发布项目",
  "main": "core/lib/index.js",
  "bin": {
    "chenmo-cli-dev": "core/bin/index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "lerna": "^5.1.6"
  }
}