{
  "name": "amalgm",
  "version": "0.1.266",
  "description": "Amalgm local computer runtime: login, MCP, chat, events, previews, and tunnels.",
  "license": "UNLICENSED",
  "private": false,
  "bin": {
    "amalgm": "bin/amalgm.js"
  },
  "files": [
    "bin",
    "lib",
    "runtime",
    "README.md"
  ],
  "scripts": {
    "sync-runtime": "node ../../scripts/sync-npm-package-runtime.mjs",
    "prepack": "node ../../scripts/sync-npm-package-runtime.mjs",
    "pack:dry": "npm pack --dry-run",
    "check": "node --check bin/amalgm.js && node --check lib/app-chat.js && node --check lib/react.js && node --check lib/auth-store.js && node --check lib/cli.js && node --check lib/identity-adopt.js && node --check lib/layout.js && node --check lib/migrate-layout.js && node --check lib/paths.js && node --check lib/process-cleanup.js && node --check lib/runtime-identity.js && node --check lib/runtime-manifest.js && node --check lib/service.js && node --check lib/state-migration.js && node --check lib/supervisor.js && node --check lib/tunnel-chat.js && node --check lib/tunnel-events.js && node --check lib/updater.js && node --check runtime/lib/runtime-manifest.js && node --check runtime/scripts/runtime-auth.js && node --check runtime/scripts/proxy-token-store.js && node --check runtime/scripts/local-gateway.js && node --check runtime/scripts/port-monitor.js && node --check runtime/scripts/chat-server.js && node --check runtime/scripts/chat-server/index.js && node --check runtime/scripts/chat-server/config.js && node --check runtime/scripts/chat-core/tooling/native-binaries.js && node --check runtime/scripts/chat-core/tooling/package-import.js && node --check runtime/scripts/chat-core/tooling/runtime-home.js && node --check runtime/scripts/amalgm-mcp/index.js && node --check runtime/scripts/amalgm-mcp/config.js && node --check runtime/scripts/amalgm-mcp/events/pr-check-runner.js && node --check runtime/scripts/amalgm-mcp/registration/entity-cloud.js && node --check runtime/scripts/amalgm-mcp/registration/entity-content.js && node --check runtime/scripts/amalgm-mcp/registration/service.js && node --check runtime/scripts/amalgm-mcp/toolbox/artifacts.js && node --check runtime/scripts/amalgm-mcp/server/routes/entities.js && node --check runtime/scripts/lib/project-paths.js && node --check runtime/scripts/lib/runtime-paths.js"
  },
  "engines": {
    "node": ">=20"
  },
  "peerDependencies": {
    "react": ">=18"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    }
  },
  "dependencies": {
    "@ai-sdk/gateway": "^3.0.131",
    "@anthropic-ai/claude-agent-sdk": "^0.3.206",
    "@anthropic-ai/sdk": "^0.104.1",
    "@homebridge/node-pty-prebuilt-multiarch": "^0.13.1",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@openai/codex": "^0.144.1",
    "@opencode-ai/sdk": "^1.17.6",
    "agent-browser": "^0.27.3",
    "ai": "^6.0.205",
    "better-sqlite3": "^12.10.1",
    "cron-parser": "^5.5.0",
    "ffmpeg-static": "^5.3.0",
    "opencode-ai": "^1.17.6",
    "tsx": "^4.21.0",
    "ws": "^8.21.0",
    "yjs": "^13.6.31",
    "zod": "^4.4.3"
  }
}
