{
  "name": "@frumu/tandem-tui",
  "version": "0.6.8",
  "description": "Tandem authority-layer runtime TUI binary distribution",
  "homepage": "https://tandem.ac",
  "bin": {
    "tandem-tui": "bin/tandem-tui.js"
  },
  "scripts": {
    "postinstall": "node scripts/install.js"
  },
  "files": [
    "bin",
    "scripts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frumu-ai/tandem.git"
  },
  "author": "Frumu Ltd",
  "license": "MIT OR Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ]
}
