{
  "name": "xyt-agentos",
  "version": "1.1.7",
  "description": "XYT AgentOS — Workent 龙虾桌面 Agent 客户端（xyt-client）",
  "type": "module",
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./sdk": "./dist/socket-server.js"
  },
  "bin": {
    "xyt-client": "dist/cli.js"
  },
  "files": [
    "dist/",
    "scripts/postinstall.mjs",
    "scripts/agentos-watchdog.sh"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.mjs",
    "build": "node build.mjs --obfuscate",
    "build:dev": "node build.mjs",
    "publish-test": "node --check dist/cli.js && node --check dist/index.js && node --check dist/socket-server.js",
    "prepublishOnly": "npm run build && npm run publish-test",
    "release": "bash scripts/release.sh",
    "release:dry": "bash scripts/release.sh --dry-run",
    "release:patch": "bash scripts/release.sh patch",
    "release:minor": "bash scripts/release.sh minor",
    "release:np": "np",
    "start": "node index.js",
    "cli": "node cli.js",
    "login": "node cli.js login",
    "dev": "node cli.js"
  },
  "dependencies": {
    "@agentclientprotocol/sdk": "^0.21.0",
    "@langchain/core": "^1.1.0",
    "@langchain/langgraph": "^1.2.8",
    "@langchain/langgraph-checkpoint-sqlite": "^1.0.0",
    "@langchain/mcp-adapters": "^1.1.3",
    "@langchain/openai": "^1.5.5",
    "@langchain/tavily": "^1.2.0",
    "adm-zip": "^0.5.17",
    "archiver": "^5.3.2",
    "axios": "^1.6.0",
    "best-effort-json-parser": "^1.2.1",
    "better-sqlite3": "^12.0.0",
    "chalk": "^5.0.0",
    "commander": "^12.0.0",
    "deepagents": "^1.10.2",
    "deepagents-acp": "^0.1.10",
    "diff": "^5.2.0",
    "dotenv": "^16.4.0",
    "form-data": "^4.0.0",
    "formdata-node": "^6.0.3",
    "ink": "^4.0.0",
    "ink-text-input": "^5.0.0",
    "langchain": "^1.3.5",
    "marked": "^5.0.1",
    "react": "^18.0.0",
    "readline-sync": "^1.4.10",
    "systeminformation": "^5.21.0",
    "turndown": "^7.2.4",
    "unzipper": "^0.12.5",
    "ws": "^8.14.0",
    "yaml": "^2.3.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "esbuild": "^0.25.0",
    "javascript-obfuscator": "^5.5.0",
    "np": "^10.3.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "np": {
    "tests": false,
    "testScript": "publish-test",
    "anyBranch": true,
    "cleanup": false,
    "releaseDraft": false
  }
}
