{
  "name": "@agent-link/agent",
  "version": "0.1.325",
  "description": "AgentLink local agent CLI",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/yilee/agentlink.git",
    "directory": "agent"
  },
  "homepage": "https://github.com/yilee/agentlink",
  "bugs": {
    "url": "https://github.com/yilee/agentlink/issues"
  },
  "keywords": [
    "agentlink",
    "claude",
    "claude-code",
    "cli",
    "ai-agent",
    "remote-development"
  ],
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "launcher",
    "scripts",
    "worker"
  ],
  "bin": {
    "agentlink-client": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "postinstall": "node scripts/install-bridge.cjs",
    "prepublishOnly": "npm run build",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@azure/msal-node": "^3.8.10",
    "commander": "^12.0.0",
    "cron-parser": "^5.5.0",
    "js-yaml": "^4.1.1",
    "marked": "^17.0.6",
    "node-cron": "^4.2.1",
    "node-pty": "^1.1.0",
    "qrcode-terminal": "^0.12.0",
    "tweetnacl": "^1.0.3",
    "tweetnacl-util": "^0.15.1",
    "ws": "^8.16.0"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node-cron": "^3.0.11",
    "@types/ws": "^8.5.10",
    "tsx": "^4.7.0"
  }
}
