{
  "name": "nexus-prime",
  "version": "7.10.4",
  "description": "Local-first MCP control plane for coding agents with bootstrap-orchestrate execution, memory fabric, token budgeting, and worktree-backed swarms (binary installer shim)",
  "type": "module",
  "bin": {
    "nexus-prime": "dist/binary-shim.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "postinstall": "node dist/binary-shim.js --install-only"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sir-ad/nexus-prime.git"
  },
  "homepage": "https://nexus-prime.cfd/",
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  }
}
