{
  "name": "@inferencesh/belt",
  "version": "1.14.10",
  "description": "inference.sh CLI — run AI apps, manage skills, connect MCP servers",
  "homepage": "https://inference.sh",
  "repository": "https://github.com/inference-sh/cli",
  "license": "MIT",
  "bin": {
    "belt": "run.js",
    "infsh": "run.js",
    "inferencesh": "run.js"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "files": [
    "install.js",
    "run.js",
    "bin/"
  ]
}
