{
  "name": "@jaredboynton/rtinfer",
  "version": "0.1.10",
  "description": "Always-on loopback rtinfer/1 inference daemon (gpt-realtime + codex/responses over Codex OAuth). Shared by cse-tools and unifable.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jaredboynton/rtinfer.git"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "bin": {
    "rtinferd": "bin/rtinferd.js"
  },
  "main": "clients/rtinfer-client.mjs",
  "files": [
    "bin/",
    "src/",
    "clients/"
  ],
  "scripts": {
    "postinstall": "node src/postinstall.js"
  },
  "optionalDependencies": {
    "@jaredboynton/rtinfer-darwin-arm64": "0.1.10",
    "@jaredboynton/rtinfer-linux-arm64": "0.1.10",
    "@jaredboynton/rtinfer-linux-x64": "0.1.10"
  }
}
