{
  "name": "mulmoclaude",
  "version": "0.9.4",
  "description": "MulmoClaude — GUI-chat with Claude Code + long-term memory. One command to start.",
  "type": "module",
  "bin": {
    "mulmoclaude": "bin/mulmoclaude.js"
  },
  "scripts": {
    "prepack": "node bin/prepare-dist.js",
    "typecheck": "echo \"mulmoclaude: no typecheck (launcher is plain JS; server and src are dist artifacts)\"",
    "test": "echo no tests yet"
  },
  "files": [
    "bin/",
    "client/",
    "server/",
    "src/",
    "Dockerfile.sandbox",
    "sandbox-entrypoint.sh"
  ],
  "dependencies": {
    "@google/genai": "^2.10.0",
    "@gui-chat-plugin/browse": "^0.5.0",
    "@gui-chat-plugin/camera": "^0.5.0",
    "@gui-chat-plugin/google-map": "^0.6.0",
    "@gui-chat-plugin/mindmap": "^0.5.0",
    "@gui-chat-plugin/present3d": "^0.5.0",
    "@marp-team/marp-core": "^4.3.0",
    "@mulmobridge/chat-service": "^0.1.7",
    "@mulmobridge/client": "^0.1.5",
    "@mulmobridge/protocol": "^0.1.4",
    "@mulmocast/types": "^2.7.0",
    "@mulmochat-plugin/quiz": "0.5.0",
    "@mulmochat-plugin/ui-image": "^0.4.0",
    "@mulmoclaude/accounting-plugin": "^0.3.2",
    "@mulmoclaude/chart-plugin": "^0.1.3",
    "@mulmoclaude/collection-plugin": "^0.7.0",
    "@mulmoclaude/core": "^0.8.2",
    "@mulmoclaude/form-plugin": "^0.1.4",
    "@mulmoclaude/html-plugin": "^0.2.5",
    "@mulmoclaude/markdown-plugin": "^0.1.10",
    "@mulmoclaude/spotify-plugin": "^0.1.1",
    "@mulmoclaude/x-plugin": "^0.1.2",
    "@receptron/task-scheduler": "^0.1.0",
    "cors": "^2.8.6",
    "dotenv": "^17.4.2",
    "exifr": "^7.1.3",
    "express": "^5.2.1",
    "fast-xml-parser": "^5.9.3",
    "firebase": "12.15.0",
    "gui-chat-protocol": "0.4.0",
    "ignore": "^7.0.5",
    "js-yaml": "^5.2.1",
    "jszip": "^3.10.1",
    "mammoth": "^1.12.0",
    "marked": "^18.0.5",
    "mulmocast": "^2.7.0",
    "node-html-parser": "^8.0.4",
    "puppeteer": "^25.3.0",
    "sharp": "^0.35.3",
    "socket.io": "^4.8.3",
    "socket.io-client": "^4.8.3",
    "tsx": "^4.23.0",
    "uuid": "^14.0.1",
    "which": "^6",
    "ws": "^8.21.0",
    "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
    "zod": "^4.4.3"
  },
  "optionalDependencies": {
    "node-pty": "^1.1.0"
  },
  "engines": {
    "node": ">=20.12"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/receptron/mulmoclaude.git",
    "directory": "packages/mulmoclaude"
  },
  "keywords": [
    "claude",
    "ai",
    "agent",
    "chat",
    "gui",
    "mulmoclaude"
  ]
}
