{
  "name": "@comate/zulu",
  "version": "1.6.1",
  "description": "AI Coding Agent",
  "license": "MIT",
  "type": "module",
  "engines": {
    "node": ">=20.10.0"
  },
  "bin": {
    "zulu": "./bin/cli.mjs"
  },
  "repository": {
    "type": "git",
    "url": "ssh://wuweiqi@icode.baidu.com:8235/baidu/ide/comate-plugin-host"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  }
}
