{
  "name": "@z_ai/zai-cli",
  "version": "0.0.3",
  "description": "Z.ai CLI - Terminal-native toolkit for AI agents: chat, media, parse, search, and more",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "zai-cli": "dist/cli.js"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx watch src/cli.ts",
    "start": "node dist/cli.js",
    "clean": "rm -rf dist",
    "smoke": "node scripts/smoke.mjs",
    "smoke:full": "node scripts/smoke.mjs --full",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:ci": "vitest run --coverage",
    "lint": "eslint src tests",
    "lint:fix": "eslint src tests --fix",
    "prepublishOnly": "pnpm run clean && pnpm run build"
  },
  "dependencies": {
    "chalk": "5.3.0",
    "commander": "12.1.0",
    "ora": "8.0.1"
  },
  "devDependencies": {
    "@types/node": "24.10.1",
    "@vitest/coverage-v8": "4.1.8",
    "eslint": "9.39.1",
    "tsx": "4.20.6",
    "typescript": "5.9.3",
    "typescript-eslint": "8.46.4",
    "vitest": "4.1.8"
  },
  "files": [
    "dist",
    "skills",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://docs.z.ai/",
  "repository": {
    "type": "git",
    "url": "https://github.com/zai-org/zai-cli.git"
  },
  "keywords": [
    "cli",
    "zai",
    "glm",
    "ai",
    "agent",
    "llm"
  ],
  "author": "Z.ai",
  "contributors": [
    "Chao Gong (https://github.com/tomsun28)"
  ],
  "license": "MIT",
  "packageManager": "pnpm@10.33.0"
}
