{
  "name": "@sapienx/agentos",
  "version": "0.7.6",
  "description": "Gateway-first local AgentOS control plane for OpenClaw",
  "type": "module",
  "license": "MIT",
  "bin": {
    "agentos": "bin/agentos.js"
  },
  "files": [
    "README.md",
    "bin",
    "bundle"
  ],
  "scripts": {
    "check:release": "node scripts/check-release-consistency.mjs",
    "prepare:bundle": "node scripts/prepare-bundle.mjs",
    "prepack": "node scripts/check-release-consistency.mjs && node scripts/run-prepack.mjs",
    "prepublishOnly": "node scripts/check-release-consistency.mjs"
  },
  "keywords": [
    "agentos",
    "openclaw",
    "agents",
    "ai",
    "gateway",
    "control-plane"
  ],
  "homepage": "https://sapienx.app/agentos",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SapienXai/AgentOS.git",
    "directory": "packages/agentos"
  },
  "bugs": {
    "url": "https://github.com/SapienXai/AgentOS/issues"
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
