{
  "name": "@openbuff/cli",
  "version": "1.0.0",
  "description": "AI coding agent",
  "license": "MIT",
  "bin": {
    "openbuff": "index.js",
    "cb": "index.js"
  },
  "scripts": {
    "postinstall": "node postinstall.js",
    "preuninstall": "node -e \"const fs = require('fs'); const path = require('path'); const os = require('os'); const configDir = path.join(os.homedir(), '.config', 'openbuff'); for (const name of (process.platform === 'win32' ? ['openbuff.exe'] : ['openbuff'])) { try { fs.unlinkSync(path.join(configDir, name)) } catch (e) { /* ignore if file doesn't exist */ } }\""
  },
  "files": [
    "index.js",
    "http.js",
    "postinstall.js",
    "README.md"
  ],
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "engines": {
    "node": ">=16"
  },
  "dependencies": {
    "tar": "^7.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/AnzoBenjamin/openbuff.git"
  },
  "homepage": "https://github.com/AnzoBenjamin/openbuff",
  "publishConfig": {
    "access": "public"
  }
}
