{
  "name": "lm-assist",
  "version": "0.2.0",
  "description": "Self-hosted control plane for Claude Code — observe, control, automate, and extend Claude Code across machines: web dashboard, REST API, MCP tools, fleet, missions, connectors",
  "license": "AGPL-3.0-or-later",
  "author": {
    "name": "langmartai",
    "url": "https://github.com/langmartai/lm-assist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/langmartai/lm-assist.git"
  },
  "bugs": {
    "url": "https://github.com/langmartai/lm-assist/issues"
  },
  "homepage": "https://github.com/langmartai/lm-assist#readme",
  "keywords": [
    "claude-code",
    "claude",
    "mcp",
    "agents",
    "observability",
    "session-management",
    "fleet",
    "web-terminal",
    "ai-assistant"
  ],
  "bin": {
    "lm-assist": "bin/lm-assist.js"
  },
  "main": "./core/dist/index.js",
  "files": [
    "core/dist",
    "core/data",
    "core/hooks",
    "core/scripts",
    "!core/scripts/__tests__",
    "scripts/preflight.js",
    "ccr",
    "web/.next",
    "web/public",
    "core.sh",
    "bin",
    ".claude-plugin",
    ".mcp.json",
    "commands",
    "hooks",
    "install.sh",
    "install.ps1",
    "LICENSE",
    "README.md",
    ".env.example"
  ],
  "engines": {
    "node": ">=20.9.0"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.1.0",
    "@hono/node-server": "^1.19.9",
    "@huggingface/transformers": "^3.8.1",
    "@lancedb/lancedb": "^0.26.2",
    "@modelcontextprotocol/sdk": "^1.26.0",
    "@msgpack/msgpack": "^3.1.3",
    "@types/chokidar": "^1.7.5",
    "better-sqlite3": "^11.10.0",
    "check-disk-space": "^3.4.0",
    "chokidar": "^3.6.0",
    "find-process": "^2.0.0",
    "get-port-please": "^3.2.0",
    "hono": "^4.11.5",
    "http-proxy": "^1.18.1",
    "lmdb": "^3.5.1",
    "pidtree": "^0.6.0",
    "puppeteer-core": "24.43.1",
    "selfsigned": "^2.4.1",
    "tree-kill": "^1.2.2",
    "uuid": "^9.0.0",
    "ws": "^8.18.0"
  },
  "workspaces": [
    "core",
    "web"
  ],
  "scripts": {
    "build:core": "cd core && npm run build",
    "build:web": "cd web && npm run build",
    "build": "npm run build:core && npm run build:web",
    "start": "node bin/lm-assist.js start",
    "stop": "node bin/lm-assist.js stop",
    "restart": "node bin/lm-assist.js restart",
    "prepublishOnly": "npm run build:core",
    "prepare": "npm run build",
    "postinstall": "node bin/postinstall.js"
  },
  "overrides": {
    "global-agent": "^4.1.2"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
