{
  "name": "@rebon/cli-darwin-x64",
  "version": "0.1.6",
  "description": "Agent cli for coding and more.",
  "license": "MIT OR Apache-2.0",
  "bin": {
    "rebon": "bin/rebon"
  },
  "files": [
    "bin",
    "README.md",
    "scripts"
  ],
  "os": [
    "darwin"
  ],
  "cpu": [
    "x64"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  }
}
