{
  "name": "@claude-flow/plugin-agent-federation",
  "version": "1.0.0-alpha.15",
  "description": "Cross-installation agent federation with zero-trust security, PII-gated data flow, and compliance-grade audit trails.",
  "homepage": "https://github.com/ruvnet/ruflo",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "ruflo-federation": "dist/bin.js"
  },
  "files": [
    "dist/**",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@noble/ed25519": "^2.0.0",
    "agentic-flow": "2.0.12-fix.8"
  },
  "devDependencies": {
    "@claude-flow/shared": "workspace:*",
    "@claude-flow/security": "workspace:*",
    "typescript": "^5.4.0",
    "vitest": "^4.0.16"
  },
  "keywords": [
    "federation",
    "multi-agent",
    "trust",
    "pii",
    "security",
    "audit",
    "compliance"
  ],
  "author": "Claude Flow Team",
  "license": "MIT"
}
