{
  "name": "@crisxie/mbridge",
  "version": "1.1.9",
  "description": "ModelBridge (mbridge) — 国产模型优先的 AI Coding Agent + CLI. Installs a self-contained binary (no Python required).",
  "bin": {
    "mbridge": "bin/cli.js"
  },
  "scripts": {
    "postinstall": "node ./scripts/install.js"
  },
  "files": [
    "bin/",
    "scripts/",
    "README.md"
  ],
  "engines": {
    "node": ">=16"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "keywords": [
    "modelbridge",
    "mbridge",
    "ai",
    "cli",
    "llm",
    "agent",
    "deepseek",
    "qwen",
    "kimi",
    "glm"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CrisXie4/ModelBridge.git"
  },
  "homepage": "https://github.com/CrisXie4/ModelBridge#readme",
  "bugs": {
    "url": "https://github.com/CrisXie4/ModelBridge/issues"
  },
  "license": "Apache-2.0"
}
