{
  "name": "@whalent/agent",
  "version": "0.3.199",
  "description": "Stable wrapper for Whalent Agent core runtime",
  "type": "module",
  "main": "dist/index.cjs",
  "bin": {
    "whalent": "./dist/index.cjs"
  },
  "files": [
    "dist/index.cjs",
    "dist/core.cjs",
    "scripts/preinstall-check.cjs",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "build": "node build.mjs",
    "build:fast": "node build.mjs --no-obfuscate",
    "build:sqlite-helper": "node scripts/build-sqlite-helper.mjs",
    "build:sqlite-helper:all": "node scripts/build-sqlite-helper.mjs --all",
    "build:terminal-helper": "node scripts/build-terminal-helper.mjs",
    "build:terminal-helper:all": "node scripts/build-terminal-helper.mjs --all",
    "preinstall": "node scripts/preinstall-check.cjs",
    "prepublishOnly": "node build.mjs",
    "start": "node dist/index.cjs"
  },
  "keywords": [
    "whalent",
    "agent",
    "codex",
    "claude",
    "ai"
  ],
  "license": "UNLICENSED",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1",
    "@opencode-ai/sdk": "^1.17.4",
    "@xterm/headless": "^6.0.0",
    "proxy-agent": "^7.0.0",
    "socks-proxy-agent": "^10.0.0",
    "ssh2": "^1.17.0",
    "undici": "^6.25.0",
    "ws": "^8.16.0",
    "yaml": "^2.4.0"
  },
  "optionalDependencies": {
    "@whalent/agent-core": "0.3.199",
    "node-pty": "^1.1.0"
  },
  "devDependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.197",
    "@types/node": "^20.0.0",
    "@types/ssh2": "^1.15.5",
    "@types/ws": "^8.5.10",
    "esbuild": "^0.27.4",
    "javascript-obfuscator": "^5.3.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
