{
  "name": "@emotion-machine/claw-messenger",
  "version": "0.1.12",
  "description": "iMessage, RCS & SMS channel plugin for OpenClaw — no phone or Mac Mini required",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "homepage": "https://clawmessenger.com",
  "repository": {
    "type": "git",
    "url": "https://www.npmjs.com/package/@emotion-machine/claw-messenger"
  },
  "bugs": {
    "url": "https://www.npmjs.com/package/@emotion-machine/claw-messenger",
    "email": "hello@emotionmachine.ai"
  },
  "keywords": [
    "openclaw",
    "openclaw-plugin",
    "imessage",
    "rcs",
    "sms",
    "emotion-machine",
    "claw-messenger"
  ],
  "files": [
    "dist/",
    "src/types/",
    "openclaw.plugin.json",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "clean": "rm -rf dist",
    "prepare": "test -d dist || npm run build",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "openclaw": {
    "extensions": [
      "./dist/index.js"
    ],
    "channel": {
      "id": "claw-messenger",
      "label": "Claw Messenger",
      "selectionLabel": "Claw Messenger",
      "blurb": "iMessage, RCS & SMS support for OpenClaw - no phone or Mac Mini required",
      "order": 51,
      "aliases": [
        "claw-messenger"
      ],
      "systemImage": "message.fill"
    },
    "install": {
      "npmSpec": "@emotion-machine/claw-messenger",
      "defaultChoice": "npm"
    }
  },
  "dependencies": {
    "@sinclair/typebox": "^0.34.48",
    "ws": "^8.18.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^20.14.0",
    "@types/ws": "^8.5.0",
    "typescript": "^5.5.0"
  },
  "engines": {
    "node": ">=18"
  },
  "license": "UNLICENSED"
}
