{
  "name": "@zhin.js/cli",
  "version": "2.0.0",
  "description": "Command-line interface for Zhin.js bot framework",
  "type": "module",
  "main": "./lib/index.js",
  "bin": {
    "zhin": "./bin/zhin.js"
  },
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "development": "./src/index.ts",
      "import": "./lib/index.js"
    }
  },
  "files": [
    "bin",
    "lib"
  ],
  "dependencies": {
    "esbuild": "^0.28.1",
    "adm-zip": "^0.5.18",
    "chalk": "^5.6.2",
    "commander": "^15.0.0",
    "cross-spawn": "^7.0.6",
    "dotenv": "^17.4.2",
    "fs-extra": "^11.3.6",
    "glob": "^13.0.6",
    "inquirer": "^14.0.2",
    "open": "^11.0.0",
    "ora": "^9.4.1",
    "smol-toml": "^1.7.0",
    "yaml": "^2.9.0",
    "@zhin.js/config-yaml": "1.0.2",
    "@zhin.js/core": "1.4.0",
    "@zhin.js/database": "1.0.77",
    "@zhin.js/host-http": "1.0.2",
    "@zhin.js/pagemanager": "2.0.5",
    "@zhin.js/runtime": "1.0.2",
    "@zhin.js/scaffold-wizard": "0.2.0",
    "@zhin.js/logger": "1.0.75",
    "@zhin.js/plugin-runtime": "1.1.0",
    "@zhin.js/schedule": "0.0.3",
    "@zhin.js/command": "1.0.2",
    "@zhin.js/component": "1.0.2"
  },
  "devDependencies": {
    "@types/cross-spawn": "^6.0.6",
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer": "^9.0.10",
    "@types/node": "^26.1.0",
    "typescript": "^6.0.3",
    "zod": "^4.4.3",
    "@zhin.js/a2a": "2.0.0",
    "@zhin.js/agent": "1.0.5",
    "@zhin.js/mcp": "5.0.0",
    "@zhin.js/speech": "2.0.0"
  },
  "peerDependenciesMeta": {
    "@zhin.js/agent": {
      "optional": true
    },
    "@zhin.js/speech": {
      "optional": true
    },
    "typescript": {
      "optional": true
    }
  },
  "peerDependencies": {
    "@zhin.js/agent": ">=1.0.5",
    "@zhin.js/speech": ">=2.0.0",
    "typescript": ">=5.8.0 <7.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zhinjs/zhin.git",
    "directory": "basic/cli"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "zhin",
    "bot",
    "cli",
    "command-line",
    "tool"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rimraf lib"
  }
}