{
  "name": "@rein-industries/rein",
  "version": "0.1.9",
  "description": "Control your coding agents (Claude Code, Codex, Gemini, opencode, Grok) from your phone. Installs the rein bridge daemon.",
  "type": "module",
  "bin": {
    "rein": "bin/rein.js"
  },
  "files": [
    "bin",
    "scripts",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "os": [
    "darwin",
    "linux"
  ],
  "cpu": [
    "arm64",
    "x64"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.mjs"
  },
  "keywords": [
    "rein",
    "cli",
    "ai",
    "coding-agent",
    "claude-code",
    "codex",
    "gemini-cli",
    "opencode",
    "grok",
    "bridge"
  ],
  "homepage": "https://rein.build",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rein-industries/rein.git"
  },
  "bugs": {
    "url": "https://github.com/rein-industries/rein/issues"
  }
}
