{
  "name": "@ui-tars-test/agent-sdk",
  "version": "0.3.19",
  "description": "GUI Agent",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "rslib build --watch",
    "dev:agent": "tarko --agent ./ --config ./tarko.bu.config.ts",
    "dev:agent:browser": "tarko --agent ./ --config ./tarko.bu.config.ts",
    "dev:agent:computer": "tarko --agent ./ --config ./tarko.cu.config.ts",
    "dev:agent:android": "tarko --agent ./ --config ./tarko.mu.config.ts",
    "build": "rslib build",
    "prepublishOnly": "pnpm run build",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "@agent-infra/browser": "0.1.1",
    "@agent-infra/logger": "0.0.2-beta.2",
    "@agent-infra/media-utils": "0.1.5",
    "@clack/prompts": "0.11.0",
    "@ui-tars-test/action-parser": "^0.3.0",
    "@ui-tars-test/operator-adb": "^0.3.0",
    "@ui-tars-test/operator-browser": "^0.3.0",
    "@ui-tars-test/operator-nutjs": "^0.3.5",
    "@ui-tars-test/shared": "^0.3.7",
    "@ui-tars-test/tarko-agent": "^0.3.1",
    "@ui-tars-test/tarko-agent-interface": "^0.3.1",
    "big.js": "^6.2.2",
    "commander": "^14.0.0",
    "dotenv": "^17.2.2",
    "fast-xml-parser": "^4.5.1",
    "lodash.isnumber": "3.0.3",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@agent-infra/shared": "0.0.2",
    "@rslib/core": "0.10.0",
    "@types/node": "22.15.30",
    "@types/uuid": "^9.0.8",
    "tsx": "^4.19.2",
    "typescript": "^5.5.3",
    "vitest": "3.2.4"
  }
}
