{
  "name": "@bobfrankston/mailx-sync",
  "version": "0.1.32",
  "description": "Platform-agnostic mail provider implementations + sync orchestration. Single source of truth for Gmail/IMAP/Outlook protocol code, consumed by both desktop (Node) and Android (WebView) — eliminates the parallel mailx-imap/mailx-store-web Gmail providers that drifted in practice.",
  "main": "index.js",
  "types": "index.ts",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "watch": "tsc -watch",
    "check": "tsc --noEmit"
  },
  "keywords": [
    "mail",
    "gmail",
    "imap",
    "platform-agnostic"
  ],
  "author": "Bob Frankston",
  "license": "ISC",
  "dependencies": {
    "@bobfrankston/iflow-direct": "^0.1.75",
    "@bobfrankston/tcp-transport": "^0.1.8"
  },
  "exports": {
    ".": {
      "types": "./index.ts",
      "default": "./index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BobFrankston/mailx-sync.git"
  },
  "devDependencies": {
    "@types/node": "^25.6.0"
  },
  ".dependencies": {
    "@bobfrankston/iflow-direct": "file:../iflow-direct",
    "@bobfrankston/tcp-transport": "file:../tcp-transport"
  },
  ".transformedSnapshot": {
    "dependencies": {
      "@bobfrankston/iflow-direct": "^0.1.75",
      "@bobfrankston/tcp-transport": "^0.1.8"
    }
  }
}
