{
  "name": "@minimax-ai/code",
  "version": "0.5.1",
  "description": "Minimax Code — terminal coding agent",
  "type": "module",
  "bin": {
    "mcode": "./cli.js",
    "mcode-tools": "./mcode-tools.js"
  },
  "files": [
    "cli.js",
    "mcode-tools.js",
    "internal-bin/",
    "chunks/",
    "image-preview-worker.js",
    "photon_rs_bg.wasm",
    "embedded/",
    "assets/",
    "configs/",
    "native/",
    "CHANGELOG.md",
    "CHANGELOG.zh-CN.md",
    "README.md",
    "README.zh-CN.md",
    "THIRD_PARTY_NOTICES.md",
    "verify-native-install.mjs"
  ],
  "dependencies": {
    "@mariozechner/clipboard": "0.3.9",
    "@vscode/ripgrep": "1.18.0"
  },
  "engines": {
    "node": ">=22.19 <23 || >=24 <27"
  },
  "license": "MIT",
  "overrides": {
    "@hono/node-server": "2.0.12",
    "brace-expansion": "5.0.9",
    "fast-uri": "3.1.5",
    "hono": "4.13.0",
    "ip-address": "10.4.0"
  },
  "optionalDependencies": {
    "better-sqlite3": "12.11.1"
  },
  "scripts": {
    "postinstall": "node ./verify-native-install.mjs"
  }
}
