{
  "name": "@lesetong/pi-mimo",
  "version": "1.4.4",
  "description": "Pi extension for Xiaomi MiMo AI models with multi-region & auth.json support",
  "keywords": [
    "pi-package",
    "pi-extension",
    "mimo",
    "xiaomi",
    "ai",
    "llm",
    "provider"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/leset0ng/pi-mimo.git"
  },
  "homepage": "https://github.com/leset0ng/pi-mimo#readme",
  "bugs": {
    "url": "https://github.com/leset0ng/pi-mimo/issues"
  },
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-ai": "*"
  }
}