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