{
  "name": "@bobfrankston/iflow-direct",
  "version": "0.1.78",
  "description": "Direct IMAP client — transport-agnostic, no Node.js dependencies, browser-ready",
  "main": "index.js",
  "types": "index.ts",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "watch": "tsc -watch",
    "check": "tsc --noEmit",
    "test": "node test/encoded-word.test.mjs"
  },
  "keywords": [
    "imap",
    "email",
    "browser",
    "transport-agnostic"
  ],
  "author": "Bob Frankston",
  "license": "ISC",
  "dependencies": {
    "@bobfrankston/tcp-transport": "^0.1.8"
  },
  "exports": {
    ".": {
      "types": "./index.ts",
      "default": "./index.js"
    },
    "./bridge-transport": {
      "types": "./bridge-transport.ts",
      "default": "./bridge-transport.js"
    },
    "./types": {
      "types": "./types.ts",
      "default": "./types.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BobFrankston/iflow-direct.git"
  },
  "devDependencies": {
    "@types/node": "^25.6.0"
  },
  ".dependencies": {
    "@bobfrankston/tcp-transport": "file:../tcp-transport"
  },
  ".transformedSnapshot": {
    "dependencies": {
      "@bobfrankston/tcp-transport": "^0.1.8"
    }
  }
}
