{
  "name": "relayfile",
  "version": "0.10.22",
  "description": "CLI for relayfile — real-time filesystem for humans and agents",
  "bin": {
    "relayfile": "scripts/run.js"
  },
  "files": [
    "bin",
    "scripts"
  ],
  "scripts": {
    "build": "node scripts/build-binaries.js",
    "prepack": "npm run build",
    "postinstall": "node scripts/install.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AgentWorkforce/relayfile.git",
    "directory": "packages/cli"
  },
  "license": "Apache-2.0",
  "keywords": [
    "relayfile",
    "filesystem",
    "sync",
    "agent",
    "collaboration",
    "cli"
  ],
  "engines": {
    "node": ">=18"
  }
}
