{
  "name": "@agenticmail/cli",
  "version": "0.9.109",
  "description": "Email, SMS & phone-call infrastructure for AI agents — real email addresses, phone numbers, and agent-driven outbound voice calls",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "agenticmail": "dist/cli.js",
    "agenticmail-claudecode": "dist/bin-claudecode.js",
    "agenticmail-codex": "dist/bin-codex.js",
    "agenticmail-telegram-bridge": "telegram-bridge/bridge.mjs"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "scripts",
    "telegram-bridge",
    "README.md",
    "REFERENCE.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup src/index.ts src/cli.ts src/bin-claudecode.ts src/bin-codex.ts --format esm --dts --clean --external @agenticmail/claudecode --external @agenticmail/codex && npm run copy-public",
    "copy-public": "node scripts/copy-public.mjs",
    "test": "vitest run --passWithNoTests",
    "preuninstall": "node scripts/uninstall.mjs",
    "postinstall": "node scripts/postinstall.cjs",
    "startup": "node scripts/ensure-pm2-startup.cjs",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@agenticmail/api": "^0.9.64",
    "@agenticmail/core": "^0.9.43",
    "json5": "^2.2.3"
  },
  "optionalDependencies": {
    "@agenticmail/claudecode": "^0.2.38",
    "@agenticmail/codex": "^0.1.32"
  },
  "devDependencies": {
    "tsup": "^8.4.0",
    "typescript": "^5.7.0",
    "vitest": "^4.1.8"
  },
  "engines": {
    "node": ">=22"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/agenticmail/agenticmail.git",
    "directory": "agenticmail"
  },
  "homepage": "https://github.com/agenticmail/agenticmail",
  "bugs": "https://github.com/agenticmail/agenticmail/issues",
  "keywords": [
    "email",
    "sms",
    "phone",
    "ai",
    "agent",
    "mail",
    "smtp",
    "imap",
    "mcp",
    "ai-agent",
    "agenticmail",
    "llm",
    "gateway",
    "cloudflare",
    "google-voice",
    "text-message",
    "verification-code",
    "openclaw"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "Ope Olatunji",
  "license": "MIT"
}
