{
  "name": "@bobfrankston/rmfmail",
  "version": "1.2.87",
  "description": "Local-first email client with IMAP sync and standalone native app",
  "type": "module",
  "main": "bin/mailx.js",
  "engines": {
    "node": ">=24.2.0"
  },
  "bin": {
    "rmfmail": "bin/mailx.js"
  },
  "workspaces": [
    "packages/mailx-types",
    "packages/mailx-bus",
    "packages/mailx-host",
    "packages/mailx-send",
    "packages/mailx-compose",
    "packages/mailx-settings",
    "packages/mailx-store",
    "packages/mailx-store-web",
    "packages/mailx-imap",
    "packages/mailx-service",
    "packages/mailx-api",
    "client"
  ],
  "scripts": {
    "build": "npm run build --workspaces --if-present && tsc -p bin && node bin/build-icon-ico.js && node bin/build-rmfmailto-exe.js && node bin/build-rmf-tiny.js && node bin/build-tinymce.js && node bin/build-quill.js && node bin/build-spellcheck-dict.js && node bin/build-bundles.mjs",
    "watch": "tsc -w",
    "release": "npmglobalize",
    "test": "node --experimental-strip-types --test tests/*.test.ts tests/dom/*.test.ts",
    "test:fast": "node --experimental-strip-types --test tests/dedup.test.ts tests/dedup-newest.test.ts tests/dupcount.test.ts tests/search.test.ts tests/sync-coalesce.test.ts tests/undelete.test.ts tests/body-load.test.ts tests/dom/_smoke.test.ts tests/dom/viewer-scroll.test.ts tests/dom/viewer-rerender-guard.test.ts",
    "postinstall": "node bin/postinstall.js"
  },
  "dependencies": {
    "@bobfrankston/iflow-direct": "^0.1.55",
    "@bobfrankston/mailx-host": "^0.1.13",
    "@bobfrankston/mailx-imap": "^0.1.110",
    "@bobfrankston/mailx-store-web": "^0.1.33",
    "@bobfrankston/mailx-sync": "^0.1.25",
    "@bobfrankston/miscinfo": "^1.0.13",
    "@bobfrankston/msger": "^0.1.387",
    "@bobfrankston/node-tcp-transport": "^0.1.10",
    "@bobfrankston/oauthsupport": "^1.0.33",
    "@bobfrankston/rmf-tiny": "^0.1.35",
    "@bobfrankston/smtp-direct": "^0.1.9",
    "@bobfrankston/tcp-transport": "^0.1.7",
    "@capacitor/android": "^8.3.0",
    "@capacitor/cli": "^8.3.0",
    "@capacitor/core": "^8.3.0",
    "dictionary-en": "^4.0.0",
    "express": "^4.21.0",
    "html-to-docx": "^1.8.0",
    "jsonc-parser": "^3.3.1",
    "mailparser": "^3.7.2",
    "mammoth": "^1.12.0",
    "nodemailer": "^7.0.0",
    "nspell": "^2.1.5",
    "quill": "^2.0.3",
    "sql.js": "^1.14.1",
    "tinymce": "^8.5.0"
  },
  "devDependencies": {
    "@types/mailparser": "^3.4.6",
    "esbuild": "^0.28.0",
    "jsdom": "^29.1.1"
  },
  "keywords": [
    "email",
    "imap",
    "smtp",
    "mail-client",
    "webview"
  ],
  "author": "Bob Frankston",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BobFrankston/mailx.git"
  },
  ".dependencies": {
    "@bobfrankston/iflow-direct": "file:../../MailApps/iflow-direct",
    "@bobfrankston/mailx-host": "file:packages/mailx-host",
    "@bobfrankston/mailx-imap": "file:packages/mailx-imap",
    "@bobfrankston/mailx-store-web": "file:packages/mailx-store-web",
    "@bobfrankston/mailx-sync": "file:../../MailApps/mailx-sync",
    "@bobfrankston/miscinfo": "file:../../../projects/npm/miscinfo",
    "@bobfrankston/msger": "file:../../../utils/msgx/msger",
    "@bobfrankston/node-tcp-transport": "file:../../MailApps/node-tcp-transport",
    "@bobfrankston/oauthsupport": "file:../../../projects/oauth/oauthsupport",
    "@bobfrankston/rmf-tiny": "file:../../../utils/msgx/libs/rmf-tiny",
    "@bobfrankston/smtp-direct": "file:../../MailApps/smtp-direct",
    "@bobfrankston/tcp-transport": "file:../../MailApps/tcp-transport",
    "@capacitor/android": "^8.3.0",
    "@capacitor/cli": "^8.3.0",
    "@capacitor/core": "^8.3.0",
    "dictionary-en": "^4.0.0",
    "express": "^4.21.0",
    "html-to-docx": "^1.8.0",
    "jsonc-parser": "^3.3.1",
    "mailparser": "^3.7.2",
    "mammoth": "^1.12.0",
    "nodemailer": "^7.0.0",
    "nspell": "^2.1.5",
    "quill": "^2.0.3",
    "sql.js": "^1.14.1",
    "tinymce": "^8.5.0"
  },
  ".transformedSnapshot": {
    "dependencies": {
      "@bobfrankston/iflow-direct": "^0.1.55",
      "@bobfrankston/mailx-host": "^0.1.13",
      "@bobfrankston/mailx-imap": "^0.1.110",
      "@bobfrankston/mailx-store-web": "^0.1.33",
      "@bobfrankston/mailx-sync": "^0.1.25",
      "@bobfrankston/miscinfo": "^1.0.13",
      "@bobfrankston/msger": "^0.1.387",
      "@bobfrankston/node-tcp-transport": "^0.1.10",
      "@bobfrankston/oauthsupport": "^1.0.33",
      "@bobfrankston/rmf-tiny": "^0.1.35",
      "@bobfrankston/smtp-direct": "^0.1.9",
      "@bobfrankston/tcp-transport": "^0.1.7",
      "@capacitor/android": "^8.3.0",
      "@capacitor/cli": "^8.3.0",
      "@capacitor/core": "^8.3.0",
      "dictionary-en": "^4.0.0",
      "express": "^4.21.0",
      "html-to-docx": "^1.8.0",
      "jsonc-parser": "^3.3.1",
      "mailparser": "^3.7.2",
      "mammoth": "^1.12.0",
      "nodemailer": "^7.0.0",
      "nspell": "^2.1.5",
      "quill": "^2.0.3",
      "sql.js": "^1.14.1",
      "tinymce": "^8.5.0"
    }
  }
}
