{
  "name": "cli-cmd/core",
  "version": "1.0.7",
  "description": "comm-cli-dev core",
  "author": "007jiang7442262 <2579375393@qq.com>",
  "homepage": "https://github.com/007jiang7442262/cli#readme",
  "license": "ISC",
  "main": "lib/core.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "bin": {
    "cli-cmd": "/lib/core.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/007jiang7442262/cli.git"
  },
  "bugs": {
    "url": "https://github.com/007jiang7442262/cli/issues"
  },
  "dependencies": {
    "@comm-cli-dev/get-npm-info": "^1.0.7",
    "@comm-cli-dev/log": "^1.0.7",
    "@comm-cli-dev/utils": "^1.0.7",
    "colors": "^1.4.0",
    "dotenv": "^8.2.0",
    "import-local": "^3.0.2",
    "minimist": "^1.2.5",
    "npmlog": "^4.1.2",
    "path-exists": "^4.0.0",
    "root-check": "^1.0.0",
    "semver": "^7.3.5",
    "user-home": "^3.0.0"
  },
  "gitHead": "d0cfe7835e4668a96bab223fa32f1d18341550a1",
  "devDependencies": {
    "commander": "^7.2.0"
  }
}
