{
  "name": "morphyagent",
  "version": "0.3.8",
  "releaseNotes": [
    "Retired cloudflared entirely — self-hosted bots now connect through the built-in Morphy carrier only. Existing bots migrate automatically on restart; no download, no random URLs, faster and more reliable."
  ],
  "description": "Self-hosted, self-evolving AI agent with its own dashboard.",
  "type": "module",
  "license": "BUSL-1.1",
  "bin": {
    "morphy": "bin/cli.js"
  },
  "files": [
    "LICENSE",
    "bin/",
    "dist-chat/",
    "supervisor/",
    "worker/",
    "shared/",
    "workspace/",
    "scripts/postinstall.js",
    "vite.config.ts",
    "vite.chat.config.ts",
    "tsconfig.json",
    "postcss.config.js",
    "components.json"
  ],
  "keywords": [
    "ai",
    "bot",
    "self-hosted",
    "assistant",
    "chatbot",
    "raspberry-pi",
    "morphy"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "dev": "concurrently \"tsx watch supervisor/index.ts\" \"vite\"",
    "build": "vite build && vite build --config vite.chat.config.ts",
    "build:chat": "vite build --config vite.chat.config.ts",
    "start": "node --import tsx/esm supervisor/index.ts",
    "postinstall": "node scripts/postinstall.js",
    "dev:workspace": "vite",
    "dev:docs": "cd ./docs && npx fumapress",
    "sync:pi-models": "tsx scripts/sync-pi-models.ts",
    "prepublishOnly": "vite build --config vite.chat.config.ts"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.198",
    "@anthropic-ai/sdk": "^0.100.0",
    "@clack/prompts": "^1.1.0",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@openai/codex": "^0.142.5",
    "@streamdown/code": "^1.1.1",
    "@tailwindcss/vite": "^4.2.0",
    "@vitejs/plugin-react": "^6.0.1",
    "@whiskeysockets/baileys": "7.0.0-rc13",
    "better-sqlite3": "^12.6.2",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "commander": "^14.0.3",
    "cron-parser": "^5.5.0",
    "date-fns": "^4.1.0",
    "driver.js": "^1.4.0",
    "express": "^5.2.1",
    "framer-motion": "^12.34.3",
    "lucide-react": "^1.7.0",
    "otpauth": "^9.3.6",
    "picocolors": "^1.1.1",
    "postcss": "^8.5.6",
    "qrcode": "^1.5.4",
    "radix-ui": "^1.4.3",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "react-is": "^19.2.7",
    "react-router": "^7.13.2",
    "recharts": "^3.7.0",
    "sonner": "^2.0.7",
    "streamdown": "^2.5.0",
    "tailwind-merge": "^3.5.0",
    "tailwindcss": "^4.2.0",
    "tsx": "^4.21.0",
    "viem": "^2.47.6",
    "vite": "^8.0.3",
    "web-push": "^3.6.7",
    "ws": "^8.19.0",
    "zustand": "^5.0.11"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/express": "^5.0.6",
    "@types/node": "^25.3.0",
    "@types/qrcode": "^1.5.5",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@types/web-push": "^3.6.4",
    "@types/ws": "^8.18.1",
    "concurrently": "^9.2.1",
    "typescript": "^5.9.3"
  }
}
