{
  "name": "cybara",
  "version": "1.0.1279",
  "description": "Self-hosted, open-source AI agent platform — CLI",
  "bin": {
    "cybara": "bin/cybara.cjs"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.cjs"
  },
  "files": [
    "bin/cybara.cjs",
    "scripts/download.cjs",
    "scripts/postinstall.cjs",
    "README.md"
  ],
  "keywords": [
    "ai",
    "agent",
    "cli",
    "self-hosted",
    "mcp",
    "cybara"
  ],
  "author": "Carsen Klock",
  "homepage": "https://cybara.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/metaspartan/cybara.git"
  },
  "bugs": {
    "url": "https://github.com/metaspartan/cybara/issues"
  },
  "license": "MIT",
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
