{
  "name": "@onebrain-ai/cli",
  "version": "3.4.2",
  "description": "Local-first Rust CLI for OneBrain — personal AI OS for Obsidian. Downloads the matching platform binary from GitHub Releases on install.",
  "keywords": [
    "onebrain",
    "obsidian",
    "ai",
    "cli",
    "memory",
    "knowledge-management",
    "claude-code",
    "agent",
    "pkm",
    "rust"
  ],
  "homepage": "https://onebrain.run",
  "bugs": "https://github.com/onebrain-ai/onebrain-cli/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/onebrain-ai/onebrain-cli.git"
  },
  "license": "MIT OR Apache-2.0",
  "author": "OneBrain Contributors",
  "bin": {
    "onebrain": "bin/onebrain.js"
  },
  "files": [
    "bin/",
    "postinstall.js",
    "README.md",
    "LICENSE-MIT",
    "LICENSE-APACHE"
  ],
  "scripts": {
    "postinstall": "node postinstall.js"
  },
  "engines": {
    "node": ">=20"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ]
}
