{
  "name": "@orionops/cli",
  "version": "0.1.55",
  "description": "OrionOps CLI — Specialized AI agents for code generation",
  "homepage": "https://orionops.tech",
  "license": "SEE LICENSE IN LICENSE",
  "bin": {
    "orion": "bin/orion"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "keywords": [
    "orionops",
    "cli",
    "ai-agents",
    "code-generation",
    "mcp"
  ],
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "engines": {
    "node": ">=16"
  }
}
