{
  "name": "@myagentroam/node",
  "version": "0.9.97",
  "description": "MyAgentRoam Node runtime CLI.",
  "license": "Apache-2.0 AND GPL-2.0-or-later",
  "type": "module",
  "files": [
    "dist/**/*.js",
    "vendor/ripgrep/**/*",
    "vendor/ctags/**/*",
    "LICENSE",
    "NOTICE"
  ],
  "bin": {
    "mar-node": "./dist/main.js"
  },
  "engines": {
    "node": ">=22.13"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "0.3.233",
    "@modelcontextprotocol/sdk": "1.30.0",
    "@opencode-ai/sdk": "1.18.20",
    "minimatch": "^10.2.6",
    "node-datachannel": "0.33.4",
    "node-pty": "1.1.0",
    "npm": "11.12.1",
    "ws": "^8.21.3",
    "zod": "4.4.3",
    "@myagentroam/agent": "0.9.97",
    "@myagentroam/protocol": "0.9.97"
  },
  "devDependencies": {
    "@types/ws": "^8.18.1"
  },
  "scripts": {
    "build": "node ../scripts/clean-build-output.mjs dist && tsc -p tsconfig.json",
    "stage:computer-use-runtime": "node ../scripts/stage-computer-use-runtime.mjs",
    "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.tests.json --noEmit",
    "dev": "tsx watch src/main.ts",
    "start": "node dist/main.js",
    "test:unit": "vitest run --config vitest.config.mts"
  }
}