{
  "name": "pairling",
  "version": "0.2.166",
  "description": "Pair your iPhone with the AI coding agents running on your Mac. CLI and local runtime installer for the Pairling iOS app.",
  "keywords": [
    "pairling",
    "claude-code",
    "codex",
    "ios",
    "companion",
    "agents",
    "cli"
  ],
  "homepage": "https://pairling.dev",
  "bugs": {
    "url": "https://pairling.dev/support"
  },
  "license": "UNLICENSED",
  "author": "Pairling (https://pairling.dev)",
  "type": "module",
  "bin": {
    "pairling": "bin/pairling.mjs"
  },
  "files": [
    "bin/pairling.mjs",
    "payload",
    "payload-manifest.json"
  ],
  "os": [
    "darwin"
  ],
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mergimg0/pairling-helper"
  },
  "optionalDependencies": {
    "@pairling/runtime-claude-darwin-arm64": "0.2.166",
    "@pairling/runtime-claude-darwin-x64": "0.2.166",
    "@pairling/runtime-copilot-darwin-arm64": "0.2.166",
    "@pairling/runtime-copilot-darwin-x64": "0.2.166",
    "@pairling/runtime-darwin-arm64": "0.2.166",
    "@pairling/runtime-darwin-x64": "0.2.166"
  }
}
