{
  "name": "t-n-cli",
  "version": "1.0.0",
  "description": "nexus 标准化模板",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "t-cli": "index.js"
  },
  "author": "z_xiaoqiang",
  "license": "ISC",
  "dependencies": {
    "child_process": "^1.0.2",
    "commander": "^7.2.0"
  }
}
