{
  "name": "@comate/comatecli",
  "version": "1.0.0-beta.0",
  "description": "Comate of Terminal —— 交互式终端 AI 编码助手",
  "license": "MIT",
  "type": "module",
  "engines": {
    "node": ">=20.10.0"
  },
  "bin": {
    "comatecli": "./bin/zulu-tui.mjs"
  },
  "main": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist",
    "bin",
    "comate-engine",
    "scripts"
  ],
  "comateVariant": "saas",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  }
}
