{
  "name": "@chenmo-cli-dev/core",
  "version": "0.0.3",
  "description": "> TODO: description",
  "author": "sdochenwuhn <272350211@qq.com>",
  "homepage": "",
  "license": "ISC",
  "main": "lib/core.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "bin": {
    "chenmo-cli-dev": "bin/index.js"
  },
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "@chenmo-cli-dev/get-npm-info": "file:../../utils/get-npm-info",
    "@chenmo-cli-dev/log": "file:../../utils/log",
    "@chenmo-cli-dev/utils": "file:../../utils/utils",
    "@chenmo-cli-dev/init": "file:../../commands/init",
    "@chenmo-cli-dev/exec": "file:../exec",
    "colors": "^1.4.0",
    "commander": "^9.3.0",
    "dotenv": "^16.0.1",
    "import-local": "^3.1.0",
    "minimist": "^1.2.6",
    "npmlog": "^6.0.2",
    "path-exists": "^4.0.0",
    "root-check": "1.0.0",
    "semver": "^7.3.7",
    "user-home": "^3.0.0"
  },
  "gitHead": "ada0243296f8d20e8dee7b335f856218505a08b5",
  "publishConfig": {
    "access": "public"
  }
}
